Hello,
I have a form page and an action page. On the Form page my
buttons look like this:
<p> <cfinput type="radio" name="ListingType" checked="Yes" value="StandList">
</p>
<p><cfinput type="radio" name="ListingType" value="BoldList"></p>
I want to pass the value to the action page which in turn will pass it to a database. Should I have one field in my database called ListingType which will post the text (StandList or BoldList) or should I have two Fields one called StandList the other BoldList and have it set up with a Yes/No checkbox? I am not sure how to set up my database or how to set up my action page to post to it??
I am really stuck,
Roger
I have a form page and an action page. On the Form page my
buttons look like this:
<p> <cfinput type="radio" name="ListingType" checked="Yes" value="StandList">
</p>
<p><cfinput type="radio" name="ListingType" value="BoldList"></p>
I want to pass the value to the action page which in turn will pass it to a database. Should I have one field in my database called ListingType which will post the text (StandList or BoldList) or should I have two Fields one called StandList the other BoldList and have it set up with a Yes/No checkbox? I am not sure how to set up my database or how to set up my action page to post to it??
I am really stuck,
Roger