PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

form data display

  1. cwoodside
    Member

    I'm using the text w/ insert merge tags for submit and have 2 problems:

    1-If I go to another page or outside Wordpress via redirect I get an error about loading multiple headers - so I tried #2...

    2- In using merge tags, if I use your defaule format and select all fields, my checkbox fields (which have a value of [space]) show as a bullet and then blank of course, but If I use my own code as I have now, all I get is the blank space, what coding do I need to get the bullet?

    Posted 11 years ago on Monday September 17, 2012 | Permalink
  2. What does your very first sentence mean? I am having a difficult time understanding what you are currently doing and what the errors are.

    1. If you get "headers already sent" that is a clue that you are doing something wrong. It might be worthwhile to fix that problem. But you have changed to approach #2, that is OK.

    2. What code are you using instead of the {all_fields} helper? Please post your code at pastebin.com or pastie.org and we'll take a look at it for you.

    Also, if you have a link to the page with your form on it, online, we'll be happy to look there too.

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink
  3. cwoodside
    Member

    I don't have a link to another page, I'm putting all of my html in the Confirmation text box. I only have the first two lines coded to test it and since the checkbox fields don't actually have any text, they don't show up at all if checked or unchecked.

    But if I use your helper, they show up as a bullet if the box is checked.

    Here is the code so far I am using in the text box field of the confirmation options:
    http://pastie.org/pastes/4754753/text

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink
  4. How about giving the check box in your form a value, so that shows up in the entry when it's checked? You would have to check the box "enable values" then put a value in the field which is revealed when you check it.

    Posted 11 years ago on Wednesday September 19, 2012 | Permalink
  5. cwoodside
    Member

    Great idea - Thanks!

    Posted 11 years ago on Friday September 21, 2012 | Permalink