Loading...

Twix Chopra

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Filter for modifying form data #10003672
    Twix Chopra
    Participant

    Hey

    Is it going to available in future version ?

    Thanks and Regards,

    NHRK

    in reply to: New field not showing on front end #10003152
    Twix Chopra
    Participant

    Okay so I found out the issue.

    I was using pie register something in following manner :

    I was using shortcodes for sign in , forgot password.

    So UI is : There is sign in text in the header and when user click on it overlay pop up will open with login box(through short code) and below that login box there is two link -> Forget Password and Registration.

    When user click on Forgot Password Login box will replace with Forgot Password and same for registration.

    But due to some change in requirement, We had to provide page link of the registration.We just put HTML comment without removing the code :

    <!-- <div> <?php echo do_shortcode('[pie_register_form]'); ?> </div> -->

    NOTE : We did not gave PHP comment.

    So due to this, any new field was not showing in the registration page.

    When we made comment, it worked.

    <!-- <div> <?php //echo do_shortcode('[pie_register_form]'); ?> </div> -->

    So is this bug ? Can’t we use three of them together on the same page ?

    Thanks.

    in reply to: Logout URL not working #10003121
    Twix Chopra
    Participant

    Sorry there is typo …

    It is example.com/?piereg_logout_url=true in the URL.

    What might be the issue ?

Viewing 3 posts - 1 through 3 (of 3 total)