Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

create another field on an existing form

Questions related to using nuBuilder Forte.
Post Reply
dmier
Posts: 16
Joined: Thu Apr 11, 2019 8:54 pm

create another field on an existing form

Unread post 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?
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: create another field on an existing form

Unread post 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
dmier
Posts: 16
Joined: Thu Apr 11, 2019 8:54 pm

Re: create another field on an existing form

Unread post by dmier »

Im still not following, I have attached a pic of how its now.
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4305
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 446 times
Contact:

Re: create another field on an existing form

Unread post 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 )
Last edited by kev1n on Mon Apr 29, 2019 5:23 pm, edited 1 time in total.
dmier
Posts: 16
Joined: Thu Apr 11, 2019 8:54 pm

Re: create another field on an existing form

Unread post by dmier »

yep that works, thank you
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: create another field on an existing form

Unread post by admin »

.
Post Reply