-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forms should be submittable without JS #32
Comments
Hi @alisedaghatbaf. Have you got the collective.volto.formsupport addon installed in your site? volto-form-block (this package) provides the UI for form editing while collective.volto.formsupport provides the backend API endpoints for submitting forms, storing data, etc. |
yes, have done that. |
@alisedaghatbaf In running Volto or Plone, go to the Control panel > Addons and enable the collective.volto.formsupport |
The current form relies on the
onSubmit
handler to submit to the backend. Adding anaction
with a URL ofpath + /@submit-form
should allow these forms to work without JS (I haven't tested to see if the backend package will handle these form submissions yet, so some adjustments may need to be made to collective.volto.formsupport.What we need
Proposed solution
The text was updated successfully, but these errors were encountered: