How can I insert the print button without the submit button
- acpaAsked on November 08, 2012 at 11:13 AM
Hello,
I am wanting to just have the "print form" at the bottom of a form. Is there a way to do this without having the submit option.
Colin
- JotForm SupportEduardoMendezAnswered on November 08, 2012 at 11:23 AM
Hi there,
You can do this injecting the following CSS
.form-submit-button{display:none;}
Here is a clone of your form:
http://form.jotformpro.com/form/23124575630954
Let us know if this helps!