-
shan_ayaAnswered on February 03, 2012 08:39 PM
hi,
someone can help me to post form result in new post in webspell ? ( cms forum )
thx
-
mlizAnswered on February 05, 2012 09:51 AM
The posts in Webspell forum are saved in a mysql database table, so that form results are displayed as a new post you will need to create a script that will update the database table to insert the data.
This user guide is applicable to Webspell since it uses MySQL and PHP.
How to Insert or update form submissions to your MySQL database using PHPThe script will have to be updated according to the fields in your form.
Hope this helps.