• Resolved wizard247

    (@wizard247)


    Hi,

    I’m using Wholesale Suite Plugin on my site to enable Wholesale Customers. Their registration form is dynamically created. There is an option to add custom fields, however, they prepend “wwlc_cf_” to the field ID. This makes for a field ID of “wwlc_cf_mc4wp-subscribe” which of course does not allow for correct integration.

    Is there any way I can – maybe through a functions.php statement – change the field ID for “mc4wp-subscribe” so I can add the prepend?

    Thanks,
    Wizard247

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    On the link you shared the field name looks correct to me, did you already manage to solve this issue?

    Note that it’s the field Name that’s important, the field ID doesn’t matter to our plugin.

    Hope that helps. If you have any questions, please let me know!

    Thread Starter wizard247

    (@wizard247)

    This is what the developers of Wholesale Suite Plugin replied:

    As we don’t have an integration with them yet, I’m not sure if their snippet gonna work. Could you please confirm with their support whether you need to do additional steps to incorporate that subscribe checkbox in other third-party plugins?

    I’ve added the snippet:

    <label>
    <input type=”checkbox” name=”mc4wp-subscribe” value=”1″ />
    Sign-up to our newsletter.
    </label>

    But it doesn’t seem to pick up the subscription upon form submission.

    Here’s the form: https://www.ugames.com.au/wholesale-registration-page/

    Plugin Contributor Lap

    (@lapzor)

    All that is needed is that the field mc4wp-subscribe with value “1” is send into your WordPress either via post or via an ajax call to admin-ajax.php and our plugin will then try to find an email address in that submission. No further steps needed.

    Hope that helps. If you have any questions, please let me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change field ID of custom integration’ is closed to new replies.