Support

Home Forums Event Espresso Premium Edit Registration Override – Urgent!

Edit Registration Override – Urgent!

Posted: February 18, 2014 at 3:55 am

Viewing 4 reply threads


Andrew Dunn

    February 18, 2014 at 3:55 am

    Hi, I require this functionality.

    http://staging.eventespresso.com/topic/event_form_build_edit-does-not-have-if-function_exists/

    I don’t want labels, and I wish to add HTML5 placeholder attributes to the input fields.


    Andrew Dunn

      February 18, 2014 at 4:41 am

      Hello, I got around this with CSS but it’s not ideal.

      I am however having an issue with additional attendees. Once I input them all, only the first attendee is outputted on the registration confirmation page.

      I want them all to appear in full, should this not be working? :/


      Andrew Dunn

        February 18, 2014 at 4:43 am

        Just to clarify, it’s the second info box i’m talking about.


        Andrew Dunn

          February 18, 2014 at 4:47 am

          So essentially, this code:

          <?php if ($display_questions != ”) { ?>

          <div id=”additional-conf-info” class=”additional-conf-info event-display-boxes”>
          <h3 class=”event_title ui-widget-header ui-corner-top”><?php echo stripslashes_deep($attendee_name)?></h3>
          <div id=”additional-conf-info” class=”additional-conf-info-inner event-data-display ui-widget-content ui-corner-bottom”>
          <table id=”event_espresso_attendee_verify_questions” class=”event-display-tables grid”>
          <?php foreach ($questions as $question) { ?>
          <tr>
          <th scope=”row” class=”header”>
          <?php echo stripslashes( html_entity_decode( $question->question, ENT_QUOTES, ‘UTF-8’ )); ?>
          </th>
          <td>
          <span class=”event_espresso_value”><?php echo stripslashes( html_entity_decode( $question->answer, ENT_QUOTES, ‘UTF-8’ )); ?></span>
          </td>
          </tr>
          <?php } ?>
          </table>
          </div>
          <!– / .event-data-display –>
          </div>
          <!– / .event-display-boxes –>

          <p class=”espresso_confirm_registration”>
          <input class=”btn_event_form_submit ui-priority-primary ui-widget-content ui-corner-all” type=”submit” name=”confirm2″ id=”confirm2″ value=”<?php _e(‘Confirm Registration’, ‘event_espresso’); ?> »” />
          </p>

          <?php } ?>

          Is outputting only the first information of the first attendee.

          Can it output all?


          Anonymous

            February 18, 2014 at 5:38 am

            Hi Andrew,

            Currently the confirmation_page displays only information for the Primary Attendee.

            However the template for that page can be edited if you would like to include the functionality you require.

            Just copy event-espresso/templates/confirmation_page.php to wp-content/uploads/epsresso/templates/ and edit the file there, this will keep any modifications ‘update-safe’.

            Or using CSS (or again modifying the template) you could remove the second box containing the information from the screen.

            Does that help?

            Viewing 4 reply threads

            The support post ‘Edit Registration Override – Urgent!’ is closed to new replies.

            Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

            Event Espresso - Staging Server