Page 1 of 1

Data not getting saved -- after fast form creation

Posted: Thu Jan 25, 2018 4:02 pm
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

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

Posted: Thu Jan 25, 2018 5:31 pm
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

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

Posted: Thu Jan 25, 2018 5:51 pm
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.

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

Posted: Thu Jan 25, 2018 6:47 pm
by admin
That's good news.