Two Save buttons... how to remove the other one? October 03, 2018, 04:16:23 PM I wanted to change the default display of Add Page and wanted to show the controls in 2 columns. So, taking the inspiration from the answer posted by @Emman on "Form Wizard" issue here on this forum, I made a duplicate of Add page and then added a column with col-sm-6. I added the Sub-page view (duplicate add page) to the second column. The result can be seen in the screenshot below...As you can see, each sub-view is showing its own Save Button. Same is the problem if I want to split the controls on different Tabs. How to make the sub-page not to show Save button? Can we disable it somehow? Quote Selected Last Edit: October 04, 2018, 04:19:08 AM by Ross T.
Re: Two Save buttons... how to remove the other one? Reply #1 – October 03, 2018, 06:44:19 PM I don't think you can hide the Save Button in Phprad. But if you want to list control side by side in the same form, you can use the Field Width Property in the Form Page Property Editor.Also, remember to set the form layout to vertical for better display.Best Regards Quote Selected 1 Likes
Re: Two Save buttons... how to remove the other one? Reply #2 – October 04, 2018, 04:01:27 AM Thanks so much for your reply. Fantastic! I didn't notice the FieldWidth property. However, the issue with Tabs still remains. What if I want to split the controls across different Tabs? The Sub-Page brings in its own Save button if I drag the sub-page onto tab of Tab View. Quote Selected