Is there a way using WYSIWYG WB functionality to rename the "Extra1" label on the User Registration Form, or do I need to alter PHP file (after the webpage has been published)?
[EDIT] => PLEASE IGNORE: Was of the view that I had to call the field Extra1 based on answer to a question in another topic where the user said the database wasn't being updated (https://www.wysiwygwebbuilder.com/forum ... hp?t=85278), on testing I found out that you can call it what you like when you add it to the custom fields ... it writes to the extra1 field in the database.
User Log In - Custom Field label
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: User Log In - Custom Field label
You can change the label (title), but you cannot change the name of the database field, because that is used by the script.
Note that you can convert the registration form to a standard form, then you can also modify the PHP in the workspace.
Note that you can convert the registration form to a standard form, then you can also modify the PHP in the workspace.