You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create a form in the module. If used "table" html tag to display fields and form controls, then cannot display fine in all devices. How to handle this in module code? I need sample php code so that i can put in the module php. There is no documentations and hence asking. The form looks like below
The contact form module does not solve my need. The modules that support custom form are too costly to purchase now. i'm building a custom word press site that has custom predefined forms (each form uses one divi module), which sends data to the wordpress server using wordpress rest api (ajax call), that stores data in respective models as tables in mysql.
Currently I'm using "code" module to add the above form and use wordpress rest api to send the data. If the developer has custom modules then it would be better, since it renders the form in server itself, including the dynamic form fields whose data taken from tables.
Steps To Reproduce
Screenshot and/or gif
The text was updated successfully, but these errors were encountered:
Problem Description
I need to create a form in the module. If used "table" html tag to display fields and form controls, then cannot display fine in all devices. How to handle this in module code? I need sample php code so that i can put in the module php. There is no documentations and hence asking. The form looks like below
The contact form module does not solve my need. The modules that support custom form are too costly to purchase now. i'm building a custom word press site that has custom predefined forms (each form uses one divi module), which sends data to the wordpress server using wordpress rest api (ajax call), that stores data in respective models as tables in mysql.
Currently I'm using "code" module to add the above form and use wordpress rest api to send the data. If the developer has custom modules then it would be better, since it renders the form in server itself, including the dynamic form fields whose data taken from tables.
Steps To Reproduce
Screenshot and/or gif
The text was updated successfully, but these errors were encountered: