Hi,
We had a web agency design our site and they created a form using chrono form.
http://visionmodels.co.uk/join-us.html
I simply want to edit the form and have a decent understanding of html myself.
At the moment the form only allows for one photo to be uploaded but we want 5 photos.
How would I go about editing this?
Also the form seems to be using the multi page plug in. I can see which page has the relevant form code: it's form_1 (don't think that's important but just sayin)
Anyway the code is:
I had a go duplicating it but not sure what exactly to change?
Thanks
We had a web agency design our site and they created a form using chrono form.
http://visionmodels.co.uk/join-us.html
I simply want to edit the form and have a decent understanding of html myself.
At the moment the form only allows for one photo to be uploaded but we want 5 photos.
How would I go about editing this?
Also the form seems to be using the multi page plug in. I can see which page has the relevant form code: it's form_1 (don't think that's important but just sayin)
Anyway the code is:
<div class="form_item">
<div class="form_element cf_textbox">
<label class="cf_label" style="width: 150px;">Age</label>
<input class="cf_inputbox" maxlength="150" size="30" title="" id="text_3" name="age" type="text" />
</div>
<div class="cfclear"> </div>
</div>
<div class="form_item">
<div class="form_element cf_fileupload">
<label class="cf_label" style="width: 150px;">Upload Picture</label>
<input class="cf_fileinput cf_inputbox" title="" size="20" id="file_4" name="file" type="file" />
</div>
<div class="cfclear"> </div>
</div>
I had a go duplicating it but not sure what exactly to change?
Thanks