-
Notifications
You must be signed in to change notification settings - Fork 21
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
Front end output entries and custom templates #25
Comments
Found the second answer to custom templates in the archived issues: copying craft/plugins/amforms/templates/_display/templates to the custom folder works. |
You can use the variable functions for that, just as you would display a form. If you use the submissions (get a criteria model) or getSubmissionById (when you know the exact ID..) function, one could get the submission data, which you could display on the frontend. With the code below you can get multiple submissions, based on a form handle.
|
Thanks Hubert! |
Hello! Is possible to show a file submited from a form in frontend? I can display other fields (name, email, etc). Thank you for your great work. |
Two 'issues' using your excellent form:
• I'm missing the frontend code to display entries. Is that possible? Or no web page entries output?
• Also examples of the custom templates to adapt the html and css I would be useful (form.html, field.html etc)
The text was updated successfully, but these errors were encountered: