Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    I’m sure there’s a tutorial for this somewhere, I just don’t know where. In general, you specify your server page that handles the form data as the form’s action, the method is usually either GET or POST.

    Your server page can access the sent form values via either $_GET["name"] or $_POST["name"]. You can store user data using update_user_meta() and manage the data with related functions. This storage method persists indefinitely in the usermeta table.

    Thread Starter trinzia

    (@trinzia)

    Thanks, I will find that function useful.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Checkboxes’ is closed to new replies.