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.
Appnitro Software Forums » MachForm
Is it possible to create a page with no submit button?
(5 posts)-
Posted 2 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
Posted 2 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 2 years ago # -
ups my bad.. you suppose add those code :) , please add these CSS to your CSS form
#li_buttons { display:none !important; }Posted 2 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 2 years ago #
Reply
You must log in to post.