Announcement

Collapse
No announcement yet.

credit card option - drop down

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    credit card option - drop down

    Just upgraded from v7 to v8. Having problems with the drop down menu for the type of card option.

    Its displaying the options as text outside of the box??

    I'm assuming this is the code that deals with it.

    <select name="PAYMENTCARDTYPE" size="1"><actinic:variable name="CreditCardTypeList" value="Standard Credit Card Type List"/></select>

    I've attached a screenshot.

    Many thanks in advance

    John
    Attached Files
    www.homecreations.co.uk - www.wastedisposershop.com - www.wastemaidshop.co.uk -

    #2
    Remove the select options; so it looks like this:

    Code:
    <actinic:variable name="CreditCardTypeList" value="Standard Credit Card Type List"/>
    Actinic guys cant code right... lets put a select box inside a select box ^-^
    Richard Smith
    www.hamradio.co.uk

    Comment

    Working...
    X