How can I have the submit and print button on my form?

  • spacare
    Asked on June 30, 2017 at 2:44 PM

    I had my code guy remove the submit button and replace it with a print button.

    My question is it possible set it up that when the client clicks on the Print button to print the form that it will also send a submission to "My Forms" so I can have a copy?  The way things are setup now, I'm not getting a copy

    David Pratt

    www.spacare.com

  • Kevin Support Team Lead
    Replied on June 30, 2017 at 4:06 PM

    Please, open your form and go to the designer tool:

    How can I have the submit and print button on my form?  Image 1 Screenshot 30

    Once there click on the CSS tab and remove the code that has been added there: 

    How can I have the submit and print button on my form?  Image 2 Screenshot 41

    Both buttons should be shown once the code is removed. 

    Let us know how it goes. 

  • spacare
    Replied on June 30, 2017 at 4:43 PM
    Okay I guess clicking the print button will not submit the form with some added code? It requires a dedicated “Submit” button, is that correct

    ...
  • Kevin Support Team Lead
    Replied on June 30, 2017 at 5:19 PM

    Yes, each button will trigger different actions, it is not currently possible to have a same button to trigger the submission as well as the print functionality.