• Resolved michael walker

    (@michael-walker)


    I’m using the current version of both WP and WP Members. Recently (as in – I have no idea how long this has been going on) I have noticed that a registration form generated by WP-M has a problem. The form features a checkbox for TOS with the label ‘Current Terms’. This label should also function as a link to a further page which shows our TOS details. The dialog I have in my settings is: [wpmem_tos url=”https://mysitesTOSpage”%5D. However, when the link is clicked it generates a new page which is blank except for the fact that it displays the shortcode: [wpmem_tos url=”https://mysitesTOSpage”%5D and nothing else. My first guess was that I was using an old or out-of-date code, but this doesn’t appear so from the documentation. My second guess was that the URL had a typo or other error. But it doesn’t. I’m a little stuck now. The only other info I can supply is that this did work fine a couple of months ago, (which was the last time I recall checking it). Be grateful for any suggestions.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • works4me…my register page:

    [wpmem_form register]You are logged in as [wpmem_field field=user_login]
    [wpmem_profile]
    [wpmem_logout] – Log out[/wpmem_logout]
    [/wpmem_form]

    tos link:

    <div class=”div_text”>
    <input name=”tos” type=”checkbox” id=”tos” value=”agree” required=””>
    <span class=”req”>*</span>
    Please indicate that you agree to the
    Terms of Service
    </div>

    Thread Starter michael walker

    (@michael-walker)

    Ah! That has fixed it. I was lacking the closing [/wpmem_form] tag. Many thanks

    glad2b of service;-)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TOS checkbox issue’ is closed to new replies.