Page 1 of 1
create another field on an existing form
Posted: Thu Apr 25, 2019 9:09 pm
by dmier
Hi, Im trying to add a new input on an existing form, It will create it but will not save the text on the form, is there something Im doing wrong?
Re: create another field on an existing form
Posted: Thu Apr 25, 2019 11:56 pm
by admin
dmier,
The Object ID needs to be exactly the same as the field you are trying to set it to - no upper case, no trailing spaces etc.
Steven
Re: create another field on an existing form
Posted: Mon Apr 29, 2019 4:11 pm
by dmier
Im still not following, I have attached a pic of how its now.
Re: create another field on an existing form
Posted: Mon Apr 29, 2019 4:29 pm
by kev1n
When you add a new Object in nuBuilder, you need to make sure it exists in the database table as well. If it does not exist, you need to create a new column in your table (using phpMyAdmin )
Re: create another field on an existing form
Posted: Mon Apr 29, 2019 4:51 pm
by dmier
yep that works, thank you
Re: create another field on an existing form
Posted: Tue Apr 30, 2019 12:09 am
by admin
.