Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hello there,
To save straight into a table, you can go to the "Data & Binder" configuration tab, and change the store binder to the form binder of your choice.
You can refer to AJAX Subform KB page here.
thanks Justin , but in my store binder i cannot find my form. why? how can i put in list of store binder?
There are no Multirow From on Ajax
I still cannot save into dataase. how to solve this problem? I use JCBC binder in Ajax subform setting
Try using a Multirow Form Binder instead, if you don't have any special requirements to store data. With this form binder, you only have to define the foreign key and target form. You can refer here: https://dev.joget.org/community/display/KBv6/Multirow+Form+Binder
if just straightly want to save data in ajax to database? how?
I am unclear on what you meant by "straight save to db". Do you mean by saving the content in ajax subform without submitting the form first?
no. what i means is, when i submit the form the content in ajax subform will be save into db\
The multirow form binder will do exactly that. Just choose your desired target form and foreign key, and content of Ajax subform will be saved to db table of target form.
Thank you Justin i will try. sorry make you stress to answer my question.
Here is my sample of ajax subform. Actually i have question. how do i extract my data in ajax subform and save into hidden field?or can straightly save into table or datalist.?