Announcement

Collapse
No announcement yet.

stumped on base ready theme contact form

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

    stumped on base ready theme contact form

    Not sure what to look at on this. The contact form and is working, kind of, but not really. Landing on CTUS has the name and email field as not editable. But, you add to the comment field. Click submit and the name/email fields are flagged. And now I can edit them and submit the form.

    I have this form working nicely on my own dev platform and a mivamerchantdev store. I've made sure the template is exactly the same and looks like all the scripts are there.

    Might this be a CSS issue that I'm not detecting?

    Scott
    Need to offer Shipping Insurance?
    Interactive Design Solutions https://www.myids.net
    MivaMerchant Business Partner | Certified MivaMerchant Web Developer
    Competitive Rates, Custom Modules and Integrations, Store Integration
    AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
    My T-shirt Collection is mostly MivaCon T-shirts!!

    #2
    Re: stumped on base ready theme contact form

    Well, you could use Easy Contact instead :)
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: stumped on base ready theme contact form

      I figured this out earlier today - there is a div missing that clears the divs. Add

      Code:
      <div class="clear"></div>
      after the two
      Code:
      <div class="col-md-6 form-row">
      Now if you can tell me what email address the thing sends to, I'll be happy.
      Leslie Kirk
      Miva Certified Developer
      Miva Merchant Specialist since 1997
      Previously of Webs Your Way
      (aka Leslie Nord leslienord)

      Email me: [email protected]
      www.lesliekirk.com

      Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

      Comment


        #4
        Re: stumped on base ready theme contact form

        Originally posted by lesliekirk View Post
        I figured this out earlier today - there is a div missing that clears the divs. Add

        Code:
        <div class="clear"></div>
        after the two
        Code:
        <div class="col-md-6 form-row">
        Now if you can tell me what email address the thing sends to, I'll be happy.

        Thanks Leslie. This seemed to have done it.

        Should be sending to g.store:email.

        And for posterity: Did this instead:

        Code:
        <div class="clearfix"></div>
        Need to offer Shipping Insurance?
        Interactive Design Solutions https://www.myids.net
        MivaMerchant Business Partner | Certified MivaMerchant Web Developer
        Competitive Rates, Custom Modules and Integrations, Store Integration
        AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
        My T-shirt Collection is mostly MivaCon T-shirts!!

        Comment


          #5
          Re: stumped on base ready theme contact form

          Should be sending to g.store:email.
          I'm being told that the emails are not being received. Could they be winding up in a spam folder?
          Leslie Kirk
          Miva Certified Developer
          Miva Merchant Specialist since 1997
          Previously of Webs Your Way
          (aka Leslie Nord leslienord)

          Email me: [email protected]
          www.lesliekirk.com

          Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

          Comment


            #6
            Re: stumped on base ready theme contact form

            On the form in the template, you could change g.store:email to a literal, specific email address. The email addy is crypto'd.

            Scott
            Need to offer Shipping Insurance?
            Interactive Design Solutions https://www.myids.net
            MivaMerchant Business Partner | Certified MivaMerchant Web Developer
            Competitive Rates, Custom Modules and Integrations, Store Integration
            AutoBaskets|Advanced Waitlist Integration|Ask about Shipping Insurance Integration
            My T-shirt Collection is mostly MivaCon T-shirts!!

            Comment


              #7
              Re: stumped on base ready theme contact form

              So I tried changing it. The form acted like it worked, but no email was received
              Leslie Kirk
              Miva Certified Developer
              Miva Merchant Specialist since 1997
              Previously of Webs Your Way
              (aka Leslie Nord leslienord)

              Email me: [email protected]
              www.lesliekirk.com

              Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr

              Comment

              Working...
              X