Hi, I decided I need to include a couple fields in my form that were not initially in it. I went to the form code tab --> form html, and added the code for the needed fields. The problem is that they are not appearing in the form in the front end. I tried clearing my cache, and looking in a different browser to no avail. All I added to the form was this:
Here is the link to the form:
http://webgooroo.ca/index.php?option=com_chronocontact&chronoformname=One_Page
Please advise
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">Use this form to provide us with information about your project. Feel free to provide as much or as little information as you like. We will then contact you within a day or two</span> </div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Name:</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_1" name="text_1" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Phone:</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_2" name="text_2" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Email:</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_4" name="text_4" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Website:</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_6" name="text_6" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_text"> <span class="cf_text">(Enter if you have an existing website or have purchased a domain name.)</span> </div>
<div class="cfclear"> </div>
</div>
Here is the link to the form:
http://webgooroo.ca/index.php?option=com_chronocontact&chronoformname=One_Page
Please advise