Can I have a radio button click submit form?

  • jdjackson7
    Asked on August 24, 2014 at 7:24 PM

    I have a simple form....

    "Was this page helpful? O Very O Somewhat O Not at all"

    I would like the form to be submitted with the selection of a radio button and have no Submit Button show.

    Any ideas how I could do this?

    Thank you

  • jonathan
    Replied on August 24, 2014 at 8:29 PM

    Hi,

    The formsubmit action is being triggered by the Submit button. So, if you do not have a submit button on the form, you will not be able to submit the standard form.

    To achieve what you want, you will need to use the form's full source codeand then use a script (javascript) function that can trigger the form submit action using the OnClick event of the Radio Option button

    Hope this help. Inform us if you need more assistance.

    Thanks.