EDD registration form

Home Forums WP Armour – Honeypot Anti Spam EDD registration form

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #470626
    Jasin S
    Participant

    I am using edd shortcode for displaying a registration form.
    How can I make sure that WP Armor is activated on the form?

    In the usual WordPress registration form, I can see a “<span class=wpa_hidden_field …” field added with an input field.
    However, I do not see any such field added to my [edd_register] shortcode form. Just the standard script tag with “wpa_field_info = {…}”

    Is there anything additional I need to do to enable this?

    Note1. I have already enabled edd from wp-admin > WPArmor > Integrations tab
    Note2. I am also using google recpatcha on the registration form

    Thanks.

    #470719
    Dinesh
    Keymaster

    Hi Jasin,

    Can you please send me the url where i can see that shortcode in action ? I will check and try finding why it is not protecting it.

    Thanks

    #470728
    Jasin S
    Participant

    Sure. This is the link with EDD shortcodes for login and registration forms

    Login / Register


    Thanks

    #470776
    Dinesh
    Keymaster

    Hi Jasin,

    Found that our EDD protection is for checkout only. So we need to work out in our plugin to add support for EDD shortcode based login / register form.

    I will work on this one and add it in next release.

    Thank you so much for reporting it.

    🙂

    #470909
    Jasin S
    Participant

    Ok. Will wait for it.
    Thanks

    #471936
    Dinesh
    Keymaster

    Please update to 1.19. I have added support for EDD registration page.

    Thanks

    #471969
    Jasin S
    Participant

    Hi,

    Thanks for getting back on this so quickly.

    Just a feedback though:
    In includes > integrations > wpae_edd.php, when i do a var_dump for wpae_get_blocked_integrations() it displays an array containing ‘edd’ – since this is the only integration i have activated in wp armour settings.

    Even though the name of the function wpae_get_blocked_integrations suggests it should be returning blocked integrations, it is actually returning the ones i have checked in wp-admin wparmour settings

    Hence I changed
    if (!in_array(‘edd’, wpae_get_blocked_integrations())):
    to
    if (in_array(‘edd’, wpae_get_blocked_integrations())):

    Now everything is working!

    Thanks.

    #471998
    Dinesh
    Keymaster

    Hi Jasin,

    I think you got confused here. Any plugin that is ticked means its is disable. So from this version onwards, i have added red and green color to avoid those confusion.

    Thanks

    #472031
    Jasin S
    Participant

    Oh got it. I see the line on the Integrations page does say to check the boxes for deactivating.
    My fault.

    Thanks for the support and resolving this issue.

    cheers.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘EDD registration form’ is closed to new replies.