• Resolved boybawang

    (@boybawang)


    Hello –

    I have the Emails module enabled, and the button shows up fine within the ad. Is it possible to embed the form directly in the ad?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    if you go to the wp-admin / Classifieds / Options panel and enable the Contact Form module then the contact form should start showing on the Ad details pages – unless you want to use some third-party contact form there?

    Thread Starter boybawang

    (@boybawang)

    Hi –

    The red “Send Message” button shows up fine, and clicking it will display the contact form. What I was hoping to do is have the contact form display automatically without having to click the “Send Message” button first.

    Is that possible?

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    ohh there isn’t such option in the plugin but you can force it by adding the code below in the wp-admin / Appearance / Customize / Additional CSS panel

    #wpadverts-block-contact-box {
      display: block !important;
    }
    button.wpadverts-show-contact-form {
      display: none !important;
    }
    Thread Starter boybawang

    (@boybawang)

    Perfect! Thank you. I’ll close this out.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to embed the contact form in the ad?’ is closed to new replies.