Help with a Couple of problems

Home Forums Quform WordPress Help with a Couple of problems

This topic is: resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11375
    spelorzi
    Participant

    Hi, on my form i’m trying to create a post with the submitted info, using this from help page:

    <?php if (!defined(‘ABSPATH’)) exit; // Prevent direct script access ?>
    <h2>Submitted form data</h2>
    <p>Submitted field 1: <?php echo $form->getValueHtml(‘iphorm_3_1’); ?></p>
    <p>Submitted field 2: <?php echo $form->getValueHtml(‘iphorm_3_2’); ?></p>
    <p>Submitted field 3: <?php echo $form->getValueHtml(‘iphorm_3_3’); ?></p>
    <p>Submitted field 4: <?php echo $form->getValueHtml(‘iphorm_3_4’); ?></p>
    <p>Submitted field 5: <?php echo $form->getValueHtml(‘iphorm_3_5’); ?></p>

    Now, is there a way to check if the field is empty to not show it on the HTML?.

    2. I’m using a dropdown menu that when an option is selected a question with checkboxes pop up. but this weird spacing happens:

    Is there a way to fix this?

    Thanks in advance!

    #11382
    spelorzi
    Participant

    Actually fixed all this, thanks anyways!

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