Hi Guys,
I am using chronoforms 2.5 with the latest Joomla version.
I am trying to get a page that returns the results from a contact page as I don't want the client accessing the back end. The results from customer input are being emailed from the form ok.
I have worked through the tutorial but obviously have missed something vital!
The table includes the following fields: Name: and interest and for the moment, I want to just show these (I will add the rest when I get it working with those).
I have adapted the code from the tutorial as follows:
Body:
For the moment, I have just entered the text 'Header' and '{pagination} Footer' in the relevant fields and in both Data View Field Names: and Data View Column titles, I have added: Name:,interest
I have not completed any other sections and have left the other options at their default values.
I saved the form and accessed the data from a completed form but get the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT count(*) FROMYou are not allowed to access this page!
SQL has always been a grey area for me so I am not sure where the problem lies.
Any help would be appreciated as once I get it working, I can write a tutorial for the community as I feel this would be a useful application for this module.
Any help in adding a check box on the page against each record with a 'Delete Record' button so the client can carry out basic maintenance would also be appreciated.
Thanks
Simon
I am using chronoforms 2.5 with the latest Joomla version.
I am trying to get a page that returns the results from a contact page as I don't want the client accessing the back end. The results from customer input are being emailed from the form ok.
I have worked through the tutorial but obviously have missed something vital!
The table includes the following fields: Name: and interest and for the moment, I want to just show these (I will add the rest when I get it working with those).
I have adapted the code from the tutorial as follows:
Body:
<p>
<strong>{Name:}</strong><br>
{Name:}
<br>
<maintext>
<br>
Interested in:
{interest}
</p>
For the moment, I have just entered the text 'Header' and '{pagination} Footer' in the relevant fields and in both Data View Field Names: and Data View Column titles, I have added: Name:,interest
I have not completed any other sections and have left the other options at their default values.
I saved the form and accessed the data from a completed form but get the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 SQL=SELECT count(*) FROMYou are not allowed to access this page!
SQL has always been a grey area for me so I am not sure where the problem lies.
Any help would be appreciated as once I get it working, I can write a tutorial for the community as I feel this would be a useful application for this module.
Any help in adding a check box on the page against each record with a 'Delete Record' button so the client can carry out basic maintenance would also be appreciated.
Thanks
Simon