• Resolved wilderbee

    (@wilderbee)


    On a three-step form need to eliminate the Submit button on Form3:

    — Form1 qualifies info and submits it to an identical Form2.

    — Form2 review/correction/submission verifies intention, thus serving as an electronic signature, and submits the information to identical Form3 with confirmation message for printing. The FSCF print button would be logical on Form2 except it only prints user-supplied information, not the full context of the form.

    — Thus Form3 provides confirmation/printing. The Submit button has no purpose, causing confusion. Yet I cannot find a way to eliminate it. Only need a Reset button to clear the form after printing and/or my own button to return to an empty Form1. Ideally, Form3 would no longer be editable.

    — Is there a way to eliminate the Submit button, or perhaps another/better way to accomplish the task of Form3?

    Thank you, FSCF 4.0.41

    https://wordpress.org/plugins/si-contact-form/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi unfortunately no. The only way would be to hack the plugin to remove the submit button and I think that would only work through a php function. This function would have to remove the submit button on the third form.

    Thread Starter wilderbee

    (@wilderbee)

    In case it helps someone else, my workaround is to move the Submit button out of the way and make it invisible. Hopefully it will not get mistakenly clicked but have defined the redirection in case it does. Thus for my Form3 which is only for printing:

    FSCF> Form3> Styles> Submit DIV:
    margin: -5% 0 0 0; float:right; (moves it up and to the right)

    FSCF> Form3> Styles> Submit button:
    color:transparent; background-color:transparent; border:transparent;

    Hi, if your issue is resolved can you mark this support thread as resolved.

    Thank you

    Thread Starter wilderbee

    (@wilderbee)

    Only a workaround that is subject to wayward clicks. Thus not truly resolved but can let it rest for now. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove, hide, disable Submit button’ is closed to new replies.