Hello,
What part of this code is used to change the titles of each form in the CSV file? Currently it shows text_1, etc.
<label class="cf_label" style="width: 150px;">First Name *</label>
<input class="cf_inputbox required" maxlength="150" size="14" title="" id="text_2" name="text_2" type="text" />
Thank You
What part of this code is used to change the titles of each form in the CSV file? Currently it shows text_1, etc.
<label class="cf_label" style="width: 150px;">First Name *</label>
<input class="cf_inputbox required" maxlength="150" size="14" title="" id="text_2" name="text_2" type="text" />
Thank You