This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Is it possible to create a page with no submit button?
Started 15 years ago by Al | 5 posts |
-
I have been riddled with how to make a link to another page for "Out of Stock" items. Creating a page in machform would solve the problem however the submit button is on it.
I find it very time consuming to open up other webpage software programs and then upload them through ftp and all that....does anyone have any suggestions how to create an ever changing machform page without the submit button? It seems I'll be editing this on a weekly basis due to a idiotic distributor.Posted 15 years ago # -
Hi,
Yes it possible, try to edit your "CSS form" and search for this style :
#li_buttons { display:none !important; }
it will make your submit button disappear
MachForm Support
Posted 15 years ago # -
I can't seem to find the correct "CSS form" for that individual form#. I can find through the "Form Manager" the "Edit CSS" but it is not in there.
Posted 15 years ago # -
ups my bad.. you suppose add those code :) , please add these CSS to your CSS form
#li_buttons { display:none !important; }
MachForm Support
Posted 15 years ago # -
Perfect! I tried this and it works great! I was a little skeptical because I didn't know where to add it but I don't think it matters much where it goes. Thanks!
Posted 15 years ago #
Reply
You must log in to post.