Data form after redirection.formatting

Home Forums Quform WordPress Data form after redirection.formatting

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9123
    koawinter
    Participant

    Display 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?

    #9129
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #9144
    koawinter
    Participant

    What 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.

    #9154
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy