Forum
Form Add on not working
Hi, I have just downloaded the form app, uploaded to the specific App folder, updated the config file and added some of the Form tags from the documentation and even copied the code from the sample form code but none of the input fields are displaying.
I have re-read the installation settings to check I have not missed anything but I can not see where I am going wrong.
Cheers
With each post to the forum we need to see your Diagnostics Report and the code you are using. It's impossible for us to help otherwise.
Hi Rachel
The Diagnostics Report does not show anything related to the form issue. Here is the code to the page. I have uploaded the Form folder to the Apps folder and updated the Apps config file to include the form app. The Form tab is visible in the backend of Perch but does not show anything in terms of picking the sample form info. I am sure I am just missing something obvious.
<?php include('../perch/runtime.php'); ?> <?php perch_layout('global.head'); ?>
<body> <?php perch_layout('global.header'); ?>
<div class="home-welcome-banner "> <div class="row"> <div class="large-12 columns"> <?php perch_content('Contact Us'); ?>
<perch:form id="contact" method="post" app="perch_forms">
</perch:form>
</div>
<?php perch_layout('global.footer'); ?>
</body> </html>
The Diagnostic Report gives us information about the environment the site is running in. That is why we ask to see it. Once we have that we'll take a look.
Here it is
This is the summary version...
Have you submitted the form and seen the success message?
Hi Rachel
I have just figured it out, the documentation did not say you had to create a template and then to select it in the backend. I just found the video of you explaining how it works and followed that. Love the videos!