Just noticed a use case in which I want users who try to register to give the chance to contact the admin (e.g. via Contact Form 7) to inform about a problem. usually, once the site is secured, the user needs to login to be able to use the form.....(whoch I would protect with cpatcha of course ;-))
Has anyone come across such thing or found a way to easily get around this (I would like to avoid external contact form, second WP installation with one page or plain email, of course).
Could be a chosen page for "public" information where I just dump the Contact US form or even built within THIS plugin, with more work for the author ;-)
Hints much appreciated!
http://wordpress.org/extend/plugins/members-only/
Would welcome this solution as well - require log in in order to use the contact form.
What should be actually be no problem:
1. Make the Contact Us page Public (each page and post can be assigned the access rights individially)
2. Add a link to the cintact us page in login form (not sure there is a plugin hook, but in worst case hardcoded)
yankuja
Member
Posted 9 months ago #
i am strucking how to create a login form in wordpress through admin side using plugin any body is there to help me
@yankuja: Wrong topic. This post is about a contact form on a site that is restricted for the use case, that a user wants to contact the admin in case of login failures.
Only point open to implement on my side adding to my post 9 months ago is to offer a link next to "register".
Maybe, WP has come up with a hook to insert links there...it was hardcoded in the past
..and this issue to resolve is still on my agenda to be implemented....