Okay
  Public Ticket #2850509
Prepopulate registration fields
Closed

Comments

  •  1
    Mervin started the conversation

    Hi! 


    Is there a way to pre/auto-populate registration fields? Example put a specific country as default in the list.

  •  2,214
    WebWizards replied

    Hi Mervin,

    There's no way to prepopulate fields directly through plugin settings.


    -> Specifically for Country, in the case that you sell to only 1 country or only X countries, only those countries you sell to will be visible in the dropdown.


    -> You could prepopulate fields by using JavaScript snippets.

    Snippets would have the form of:

    jQuery(document).ready(function(){
        jQuery('#your_field').val('Your custom value...');
    });

    If you decide to purchase the plugin, we are happy to assist with this (help with the correct snippets) as part of support.


    Kind regards,

    Stefan