Welcome to the nuBuilder Forums!

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

Data not getting saved -- after fast form creation

Questions related to using nuBuilder Forte.
Locked
sandeepgumudelli
Posts: 41
Joined: Thu Jan 25, 2018 3:51 pm

Data not getting saved -- after fast form creation

Unread post by sandeepgumudelli »

Hi, I am new to this tool and interested to learn it. I have recently installed Forte and tried to create fast form as suggested in the video https://www.youtube.com/watch?v=tdh9ILCUAco

I have created form using fast form using 3 objects(1 number and 2 text) and then tried to enter data from user home and it warning as shown below but never stores data on to database.


Warning: in_array() expects parameter 2 to be array, null given in C:\xampp\htdocs\nuBuilder4-test\nudata.php on line 136

{"record_id":null,"access_level_code":"","user_id":"globeadmin","database":"nuforte","dimensions":{"browse":{"height":707,"width":750},"edit":{"height":189,"width":447},"grid":{"height":25,"width":945}},"translation":[],"tableSchema":[],"formSchema":[],"session_id":"s15168916208882","callback":"","errors":["Test<\/b> is not a valid table name for a Subform"],"log_again":null,"global_access":"1","form_access":"0","javascript":null,"target":null,"buttons":{"Add":"1","Print":"1","Save":"1","Clone":"1","Delete":"1","Run":"","RunHidden":""},"run_code":"","run_description":""}


Regards,
Sandeep
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Data not getting saved -- after fast form creation

Unread post by admin »

Sandeep,

Welcome.

I'm not sure what the problem is but I have a few questions...

- Did you create a Fast Form from an existing table or did nuBuilder create the table using the Fast Form.

- Are all your Object id names lower case (or at least the same case as the field names).

- Have you logged out and back in again and tried again?

Can you tell me anything else you might have done out of the ordinary?

Because I can't reproduce that error.

Steven
sandeepgumudelli
Posts: 41
Joined: Thu Jan 25, 2018 3:51 pm

Re: Data not getting saved -- after fast form creation

Unread post by sandeepgumudelli »

Found it. table name stared with capital hence the problem. Now tried with all lower case letter table name hence it worked. Thank you.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Data not getting saved -- after fast form creation

Unread post by admin »

That's good news.
Locked