Hello @paranoid
Actually, the provided integration with wpDataTables is for the other way round, creating front-end pages with form submissions, than sending data from wpDataTables into a form.
For that, you will need some custom coding that exceeds the scope of our support, but you could still use the Forminator API in a custom solution:
https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/
Thank you,
Dimitris
Yes, i wanna insert a query into a select fields for populate automatically
i just write the query function and take the column that i need can u help me to understand how can i populate the select using the doc that u send to me?
Hi @paranoid
I hope you are doing well.
I can see you set this ticket as resolved, were you able to find the solution?
To update the Form field you can use https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/#method-update_form_field
But to pre-populate, you can also use the Query parameters: https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#pre-populate-form-field-values
Best Regards
Patrick Freitas