• Currently the website input is inside the wc-form-submit div which kind of makes no sense.

    It would be logical for it to be inside wc-author-data so it’s

    <div class="wc-author-data">
    <div class="wc-field-name wpdiscuz-item"><input id="wc_name-<?php echo $unique_id; ?>" class="wc_name wc_field_input" name="wc_name" <?php echo $wc_is_name_field_required; ?> value="" type="text" placeholder="<?php echo $wc_core->wc_options_serialized->wc_phrases['wc_name_text'] ?>"/></div>
    <div class="wc-field-email wpdiscuz-item"><input id="wc_email-<?php echo $unique_id; ?>" class="wc_email wc_field_input email" name="wc_email" <?php echo $wc_is_email_field_required; ?> value="" type="email" placeholder="<?php echo $wc_core->wc_options_serialized->wc_phrases['wc_email_text']; ?>"/></div>
    <div class="wc-field-website wpdiscuz-item"><input id="wc_website-<?php echo $unique_id; ?>" class="wc_website wc_field_input" name="wc_website" value="" type="url" placeholder="<?php echo $wc_core->wc_options_serialized->wc_phrases['wc_website_text'] ?>"/></div>
    <div style="clear:both"></div>
    </div>

    https://www.ads-software.com/plugins/wpdiscuz/

Viewing 1 replies (of 1 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi LuxDelux,
    Thank you for this suggestion, but we can’t do that. We only have two fields on one div row.

Viewing 1 replies (of 1 total)
  • The topic ‘Move website field to wc-author-data’ is closed to new replies.