Hi dbarrie,
check the FAQs pages for this issue explained!
Cheers
Max
check the FAQs pages for this issue explained!
Cheers
Max
HI Max,
I found this subject in the FAQ, but cant seem to get the syntax right? Can you help. Here is a line from my code:
<tr>
<td width="200"><p>First Name:</td>
<td width="300"><input type="text" name="first_name" id="first_name" size="20"/></td>
</tr>
Where does the code go? Before id? After? Can you show me an example?
I found this subject in the FAQ, but cant seem to get the syntax right? Can you help. Here is a line from my code:
<tr>
<td width="200"><p>First Name:</td>
<td width="300"><input type="text" name="first_name" id="first_name" size="20"/></td>
</tr>
Where does the code go? Before id? After? Can you show me an example?
hi cmiller,
why do you remove your posts text?? !!!
add value="<?php echo $_POST['field_name']; ?>" to the field tag!
Cheers
Max
why do you remove your posts text?? !!!
add value="<?php echo $_POST['field_name']; ?>" to the field tag!
Cheers
Max
Okay...I figured that out. Can you tell me how I would fwrite that info to a csv file?
<input type="text" value="<?php echo $_POST['field_name']; ?>" name="first_name" id="first_name" size="20"/>
Create table then you have the option to backup to CSV or XLS at the "show saved data" page!
Cheers
Max
Cheers
Max
Im sorry...I think you must assume that I know more than I do.
Can you be more specific about what you mean by creating a table?
Can you give me the steps? Im in Joomla 1.0
Can you be more specific about what you mean by creating a table?
Can you give me the steps? Im in Joomla 1.0
go to "froms management" page, find the form you need data saved for then click the "Create table" link beside its name!😉
Cheers
Max
Cheers
Max
This topic is locked and no more replies can be posted.