Home › Forums › Quform WordPress › Data form after redirection.formatting
- This topic has 3 replies, 2 voices, and was last updated 11 years, 5 months ago by
Ally.
- AuthorPosts
- March 12, 2014 at 4:44 am #9123
koawinter
ParticipantDisplay submitted form data after redirecting to another page
So I’ve got the code working to go the page after the submit button has been pressed. But what I’m looking for now is to be able to format the data that is posted to that page.
This is the code that I have working right now.
<?php
/**
* Template Name: Thank You
*/
get_header(); ?>
<?php get_template_part(‘_page-image’); ?>
<?php while(have_posts()): the_post(); ?>
<div id=”page” class=”fix”>
<div id=”page-inner” class=”container fix”>
<div id=”content-part”><?php echo $_SESSION[‘iphorm_1’][‘iphorm_1_1’]; ?>
</div><!–/content-part–>
<?php endwhile; ?>
<div id=”sidebar” class=”sidebar-right”>
<?php get_sidebar(); ?>
</div><!–/sidebar–></div><!–/page-inner–>
</div><!–/page–><?php get_footer(); ?>
What needs to change to have formatting?
March 12, 2014 at 10:08 am #9129Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
March 12, 2014 at 3:02 pm #9144koawinter
ParticipantWhat would you recommend, because I’ve seen a lot of different ways.
This is being used as an application which is copied and moved. So paragraph tags, bolding, and different colors.
March 13, 2014 at 11:32 am #9154Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.