Embedded Forms Questions!
-
I tried to build my first embbeded form today and many questins arose.
1.- I build the form in Klaviyo’s platform.
—————————————————————————-
2.- I inserted this code to the footer.php<div class=”klaviyo-form-Sy3yLT”></div>
Here is the code:
</div><!– close #qodef-page-inner div from header.php –>
</div><!– close #qodef-page-outer div from header.php –>
<?php
// Hook to include page footer template
do_action( ‘greengrow_action_page_footer_template’ );// Hook to include additional content before wrapper close tag
do_action( ‘greengrow_action_before_wrapper_close_tag’ );
?>
</div><!– close #qodef-page-wrapper div from header.php –>
<?php wp_footer(); ?>
<div class=”klaviyo-form-Sy3yLT”></div>
</body>
</html>
—————————————————————————-
3.- When trying to place the form in a specific place in the footer, I noticed that there are 2 widgets in wordpress.
Those widgets appear in the following image…FIRST QUESTION:
Where are those widgets coming from?
How are they used?
When trying to used the it asks for the following fields….—————————————————————————-
Well the results of my built klaviyo form are as shown in the following image, where the form is marked with a red square….—————————————————————————-
SECOND QUESTION:
What do I have to do to make it look as a previous form (made in contact7) marked in green square in below image—————————————————————————-
As you can see Im a little bit confused!Thank you in advance..
The page I need help with: [log in to see the link]
- The topic ‘Embedded Forms Questions!’ is closed to new replies.