• Resolved jpmarceorg

    (@jpmarceorg)


    Hello, is it possible, when the the very simple contact form is used in the widget area, to open the form in another place or window that in the widget area ? Thanks.

    The page I need help with: [log in to see the link]

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

    (@guido07111975)

    Hi,

    Sorry, I don’t understand what you mean… My form is displayed on a page (using a shortcode) or as widget in your sidebar / footer.

    Guido

    Thread Starter jpmarceorg

    (@jpmarceorg)

    Sorry to be inintelligible.
    In the widget, I am looking for the possibility to just have a button or a line or a field that, when you click on it, open a new page that contains the contact form. I do not wish to show the whole contact form displayed in the widget area.
    Is thhis possible ? Thanks.

    Plugin Author Guido

    (@guido07111975)

    So you add a widget in your sidebar, containing a button and when user clicks that button he/she is redirected to the contactpage? This is not something that can be part of my plugin. You can add a link to the contactpage in your text widget.

    
    <a href="url of your contactpage">Contact Us</a>
    

    Or create your own button using CSS

    
    <a class="button" href="url of your contactpage">Contact Us</a>
    

    Your theme might already support this and displays a nice button now. If not, please add this (example) CSS on the Custom CSS page in your Customizer:

    
    .button {padding:5px 10px; background:#cc0000; color:#fff; text-decoration:none;}
    .button:hover {background:#333;}
    

    Guido

    Thread Starter jpmarceorg

    (@jpmarceorg)

    Thanks a lot I should have thought about that as I already used the texte widget; so, this topic is solved.
    JP

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget to open the contact form’ is closed to new replies.