Dec 12th, 2014, 12:24 PM
Annette,
Yes. You would no longer need to use CC to store the data. As long as you have access to the code on your web server, you would be replacing some lines in your form. You don't need output to CSV either as you can do that from within FT.
Here is an example of the code you will use instead of CC's:
<form action="http://yoursite.com/formtools/process.php" method="post" name="form" id="form">
<input type="hidden" name="form_tools_form_id" value="4" />
There will be one more hidden input field that is only used once to initialize your form during setup, then you can remove it.
The add form setup will provide you with the exact replacement code for your particular install.
Bill
Yes. You would no longer need to use CC to store the data. As long as you have access to the code on your web server, you would be replacing some lines in your form. You don't need output to CSV either as you can do that from within FT.
Here is an example of the code you will use instead of CC's:
<form action="http://yoursite.com/formtools/process.php" method="post" name="form" id="form">
<input type="hidden" name="form_tools_form_id" value="4" />
There will be one more hidden input field that is only used once to initialize your form during setup, then you can remove it.
The add form setup will provide you with the exact replacement code for your particular install.
Bill