joseinazusa
Member
Posted 5 months ago #
On the required fields, when they are not entered, the page returns the error but the fields themselves are cleared on the post back (except for Username/Email)
IE:
company and phone number are required fields:
Person types username, email, and phone but forgets the company:
username and email fields post back, but the phone number filed is now blank.
Is this normal behavior?
http://wordpress.org/extend/plugins/user-registration-aide/
celedon7
Member
Posted 5 months ago #
Yeah, i have the same problem.
I have 4 custom fields on the reg page, so i don't want them to lose content on the error return.
bnovotny
Member
Plugin Author
Posted 5 months ago #
i am updating that with the next release thanks for the input.
celedon7
Member
Posted 5 months ago #
p.s...
i forgot to mention that I have tried many plugins for profile fields and reg forms. URA really works, and in tandem with 'theme-my-login' by injecting custom fields into the themed reg form AND created profile fields that updated the correct database for display in member lists, etc.
That's alot more than i can say for the other reg. plugs.
Indexing tabs was a little tricky, via coding in a "1" and "2" tabindex into the the themed plugin so that the custom fields of URA would tab next.
Great so far.