How can I to create dynamic adding form? June 29, 2020, 02:51:16 PM Hi!I'd like create a dynamic adding form in my procect. The first part of the form is fixed, but there is a group of fields that can be empty, there can be one, or there can be more. To do this, I want to do an "Add" button for this. Quote Selected
Re: How can I to create dynamic adding form? Reply #1 – June 29, 2020, 10:44:48 PM @machobymb this is how to use phprads master details form. https://www.youtube.com/watch?v=OUZ_3_lIU8Y&t=1834s Quote Selected
Re: How can I to create dynamic adding form? Reply #2 – June 30, 2020, 08:45:52 AM I have 12 col on the Master - Detail Add page (I use modal) ,and the layout is ugly.Can I modify the datail layout (as subform) to vertical form (not DynamicTableRow). I want to keep adding (+) options. Quote Selected Last Edit: June 30, 2020, 09:20:33 AM by machobymb
Re: How can I to create dynamic adding form? Reply #3 – June 30, 2020, 09:24:26 AM @machobymb yes you can. Just set the details add page to custom and edit its content the way you want, thanks. Quote Selected
Re: How can I to create dynamic adding form? Reply #4 – July 01, 2020, 11:12:03 AM Hi Willvin!If I have an audit that has multiple activities, is the table that contains the basic characteristics of the audit "master" or the one that contains the activities? I think the "master" has a field in the table that contains the list of audits and the activity that assigns it to the audit.I would put the characteristics of an activity in a subform that is a normal form (not a row of table), but I could put more of it under each other. So the layout of the "master" is vertical and the layout of the activity is vertical too, but still be inside a table cell so that more can be added.Is this a bounced idea? Quote Selected Last Edit: July 01, 2020, 11:36:51 AM by machobymb
Re: How can I to create dynamic adding form? Reply #5 – July 01, 2020, 10:42:29 PM @machobymb I don't understand the example you are giving, but let me give you a better example. If you have an invoice table and invoice_item table, invoice table will be the "master" and the invoice_item table will be the "detail".As for your second question, It is not clear to me. Quote Selected