Hey Guys,
I'm half way through this process and can't figure this out. (I'm using v3.2) I added a custom form field within the 'add listing' html page named 'sponsor'. I have it as a simple drop dowm menu 'No Sponsor' or 'Yes Sponsor'. I then altered the database table to add the field but when a listing is submitted, the field is blank. Here is my code:
Code:
<tr class="tbl_normal">
<td>Sponsor?</td>
<td>
<select name="sponsor">
<option value="no">No, thanks. Standard placement is perfect.</option>
<option value="YES">YES! Please contact me regarding payment!</option>
</select>
</td>
</tr>
I'm sure I am close I just can't figure out what to add where!
Thanks a lot.
JC