I have just begun working with the ChronoForms and it looks like a great tool. I have never done any any HTML programming (only PHP) and have a question about mixing the two languages.
I have PHP code that I have placed into the "On Submit code - before sending email:" form code box and I have created a simple form that gets placed as HTML code into the "Form HTML box" (I added the HTML code at the end of this post).
Having never done HTML coding, I have no clue as to how I transfer the text that the user puts into the input box into the PHP code. Any assistance would be welcome.
Good Roads
Harpist
HTML code:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 100px;">Stock symbol</label>
<input class="cf_inputbox required validate-alphanum" maxlength="50" size="20" title="" id="text_0" name="text_0" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Submit" name="button_1" type="submit" />
</div>
<div class="cfclear"> </div>
I have PHP code that I have placed into the "On Submit code - before sending email:" form code box and I have created a simple form that gets placed as HTML code into the "Form HTML box" (I added the HTML code at the end of this post).
Having never done HTML coding, I have no clue as to how I transfer the text that the user puts into the input box into the PHP code. Any assistance would be welcome.
Good Roads
Harpist
HTML code:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 100px;">Stock symbol</label>
<input class="cf_inputbox required validate-alphanum" maxlength="50" size="20" title="" id="text_0" name="text_0" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_button">
<input value="Submit" name="button_1" type="submit" />
</div>
<div class="cfclear"> </div>