Announcement

Collapse
No announcement yet.

"How did you find our website" prompt problems!

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

    "How did you find our website" prompt problems!

    GRRRR... I'm not good with these templates!

    OK, I know it's Act_Order2 (attached...did I attach the right thing?) and I know where to add the drop down list.
    The thing is, I'm not sure how to get it not to show the prompts twice (once as standard text box, once as drop-down)
    Could somebody please point me in the right direction?
    I need to comment something out I guess (idiots guide to what that means!!) or remove something?
    It's probably a simple thing (and something I have done before, I'm sure!) but I have no clue what I'm doing and really don't want to go "playing"
    Thanks in advance
    Tracey
    Tracey

    #2
    Is there really no-one that can help with this? I thought it was a simple problem?
    Cheers
    Tracey
    Tracey

    Comment


      #3
      Hi Tracey,

      You need to comment out:

      Code:
      <tr>
      
          <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:GENERALPROMPT000</td>
      		<td bgcolor="NETQUOTEVAR:CHECKOUTBG">
            <input type="TEXT" name="GENERALHOWFOUND" size="40" maxlength="255" value="NETQUOTEVAR:GENERALHOWFOUND">
          </td>
      	</tr>
      Then it will only display the drop-down box.
      ********************
      Tracey
      SellerDeck

      Comment


        #4
        Hi,
        Thanks for that.
        But how do I "comment out" something?
        I mean, in idiots terms, what exactly do I type and where?
        Cheers
        Tracey
        Tracey

        Comment


          #5
          Hi,

          Sorry, I should have been more specific . Your code should look like:

          Code:
          <!--<tr>
          
              <td bgcolor="NETQUOTEVAR:CHECKOUTBG">NETQUOTEVAR:GENERALPROMPT000</td>
          		<td bgcolor="NETQUOTEVAR:CHECKOUTBG">
                <input type="TEXT" name="GENERALHOWFOUND" size="40" maxlength="255" value="NETQUOTEVAR:GENERALHOWFOUND">
              </td>
          	</tr>-->
          ie, put the <!-- and --> around the code in the template. This tells the browser to ignore what is in between these tags.
          ********************
          Tracey
          SellerDeck

          Comment


            #6
            Thanks for that, worked a treat ( on my second attempt..LOL)
            Tracey
            Tracey

            Comment

            Working...
            X