User Log In - Custom Field label

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
tristan
 
 
Posts: 20
Joined: Tue Dec 17, 2019 3:21 pm

User Log In - Custom Field label

Post by tristan »

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 avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: User Log In - Custom Field label

Post by Pablo »

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.
Post Reply