You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
We would like to be able to publish forms to a unique public apply URL, and unpublish them as well.
Form model has a field published (bool)
Web link to /apply/<id> gives a link to the application form for the form with pk=<id>, iff that form has been published. Should use code from the existing apply route to display the application form HTML page. (for now not using react for this page)
The text was updated successfully, but these errors were encountered:
We would like to be able to publish forms to a unique public apply URL, and unpublish them as well.
Form
model has a fieldpublished
(bool)/apply/<id>
gives a link to the application form for the form with pk=<id>
, iff that form has been published. Should use code from the existing apply route to display the application form HTML page. (for now not using react for this page)The text was updated successfully, but these errors were encountered: