Announcement

Collapse
No announcement yet.

Ask - Where did you hear about us?

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

    Ask - Where did you hear about us?

    Sorry if this has been covered before, but I can't seem to the relevant thread. I wish to ask in the checkout a marketing question about how shoppers found our site with various dropdown choices.

    Could any one point me in the right direction?

    Many thanks.

    Andy.

    #2
    A basic text prompt is built-in. Go to Design / Text / Web Site (cont) / General Information.

    There are posts (probably in V7) about making this into a set of drop-down.

    Also check the Advanced Guide.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Many thanks Norman. Will search the V7 form and browse the AUG.

      Comment


        #4
        You could also try this. Edit layout General User Definable 1

        Look for
        Code:
              <input type="text" name="GENERALHOWFOUND" size="40" maxlength="255" value="<Actinic:Variable Name="GeneralHowFound"/>" />
        Replace with
        Code:
        <select name="GENERALHOWFOUND">
        <option value="Not known">Not known</option>
        <option value="Google">Google</option>
        <option value="Friend">Friend</option>
        </select>
        Add option tags as needed.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X