Hello,
I have a form in which I am using some javascript to disable the submit
button after it is clicked. However, it ceases to submit the form. Thus,
I need to use a javascript line that submits it. No problem there, but
it won't work because the form doesn't have a 'name' tag. Using form_for
in my rhtml page in this manner:
Hello,
I have a form in which I am using some javascript to disable the
submit
button after it is clicked. However, it ceases to submit the form.
Thus,
I need to use a javascript line that submits it. No problem there, but
it won't work because the form doesn't have a 'name' tag. Using
form_for
in my rhtml page in this manner: