• How to pre-populate the registration form with arguments passed on URL (QueryString).
    http://www.xyz.com?fname=bob&lname=smith for example

    Understand that will need to match the meta from the registration form, but …

    Tried the um_before_form hook — and $args array appears to be empty, but no luck in modifying. Session data shows the data from URL.

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter sallisondri

    (@sallisondri)

    One more note: $args array shows all form data fields and via php have set the $args element “default”:”12346″ on a couple of fields to test. Shouldn’t that pre-populate when I return $args from the action? Or is BEFORE_FORM wiped out?

    Guess I’m not sure why this should be so hard……

Viewing 1 replies (of 1 total)

The topic ‘Prefill Registration from URL’ is closed to new replies.