How to clone exact form from my webpage?

  • raquelberlind
    Asked on January 22, 2019 at 3:05 PM

    Hello, 

    Don't know if this is possible:

    I have a website https://turnaroundjazz.com.  I'd like to clone the form and paste and use it exactly on to that site, rather than using a link address.

    Possible?

    Here's what it is now:  http://turnaroundjazz.com/20-2/

    Thanks!


    Raquel

  • jonathan
    Replied on January 22, 2019 at 4:31 PM

    If I understand correctly, what you wanted is your form https://www.jotform.com/51595769027164  to be similar in design to the Inquiry Form on the website.

    This one...

    How to clone exact form from my webpage? Image 1 Screenshot 20


    Can you please confirm first. We can work on this once we get clear understanding of your requirement.




  • raquelberlind
    Replied on January 22, 2019 at 4:43 PM
    Hi,

    Thanks for your immediate response.  I got it at this point.  I followed the instructions on jotform site.  I created a post page on wordpress.org then embed the codes there.  :--0

    ...
  • jonathan
    Replied on January 22, 2019 at 6:05 PM

    I think your last message response was cut. Did you include your wordpress website URL/link?  I was not able to see it on the message.

    Please clarify. You can reply again by clicking on this thread link https://www.jotform.com/answers/1708935



  • raquelberlind
    Replied on January 22, 2019 at 7:43 PM
    Hello,

    How do I make the text smaller so it fits the buttons?  I already tried changing button styles.


    ...
  • jherwin
    Replied on January 22, 2019 at 10:53 PM

    If you want to change the font size of the text in your submit button, please inject this custom CSS Code.
    1548215579submit Screenshot 10

    .form-submit-button{

    font-size:15px !important;

    }

    Guide: How to Inject Custom CSS Codes.

    Let us know if you are referring to something else so we can give you a correct CSS Code for your requirement.


  • raquelberlind
    Replied on January 22, 2019 at 11:43 PM
    Thank you!  Got it!  What about for Clear Form?  Should I just change it like below?

    .form-clearform-button{
    font-size:15px !important;
    }



    ...
  • jherwin
    Replied on January 23, 2019 at 1:41 AM

    Here's the custom CSS Code for reset/clear button:

    .form-submit-reset{

    font-size:15px !important;

    }

    Hope this helps! :)