If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
I've also tried adding the Form Field Names within the <option> tags, for example:
<option id="UnitPrice" name="UnitPrice" value="75">1</option>
<option id="ItemID" name="ItemID" value="75" type="hidden"></option>
<option id="ItemName" name="ItemName" value="FatherTicket" type="hidden"></option>
<option id="Quantity" name="Quantity" value="1" type="hidden"></option>
<option id="UnitDeductiblePercentage" name="UnitDeductiblePercentage" value="100" type="hidden"></option>
I am using Wordpress and apparently JavaScript can be added to posts: http://codex.wordpress.org/Using_Javascript However, I don't know enough to build JavaScript, so I'm outta luck there.
Glad to see you are moving forward. Before answering your question I would like to see if you like to post your code as an example so others can review. If so please let us know.
Now answer to your question.
The FaaS platform is designed for simple post of straight form fields. The only way I can think of for doing what you want to do is through Javascript. You are using a third party site that may or may not allow JS code to be added. JS may cause security concern for such sites as TypePad, etc.
The easiest way to do this is by using radio buttons for each ticket. Will radio button work? if so it is easy to do it with straight HTML
However, I am unsure how to integrate ClickandPledge's Form Field Names (UnitPrice, ItemID, ItemName, Quantity, UnitDeductiblePercentage) to the drop-down list code.
Could you point me to some resources? or help me develop the code?
Leave a comment: