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
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Data not getting saved -- after fast form creation
-
- Posts: 41
- Joined: Thu Jan 25, 2018 3:51 pm
Data not getting saved -- after fast form creation
You do not have the required permissions to view the files attached to this post.
Re: Data not getting saved -- after fast form creation
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
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
-
- Posts: 41
- Joined: Thu Jan 25, 2018 3:51 pm
Re: Data not getting saved -- after fast form creation
Found it. table name stared with capital hence the problem. Now tried with all lower case letter table name hence it worked. Thank you.