Skip to content
Advertisement

How can we add wpform to custom theme

I create custom theme and I am trying to create a contact form using wpform but for some reasons the form doesn’t show on my page

here is a code from the custom theme

JavaScript

and this picture from the form that I have created using wpform

Advertisement

Answer

Way 01: You must have the_content() function in order to show page contents. I’ve edited your code so you can see how to do it:

JavaScript

Then you’ve to select CallUS Page Template from below page: enter image description here

Way 02: If you go to the WPForms from the menu then you can see the shortcode column on each row. it will be like [wpforms id="123"]

WP form shortcode

Copy your design shortcode from there and use that directly into your file like below:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement