Skip to main content
Topic: Two Save buttons... how to remove the other one? (Read 2710 times) previous topic - next topic

Two Save buttons... how to remove the other one?

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?

Re: Two Save buttons... how to remove the other one?

Reply #1
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

 

Re: Two Save buttons... how to remove the other one?

Reply #2
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.