WP Video Subscriptions
  • General
  • Products
    • VS Netflix Theme
    • WP Video Memberships
  • FAQ
  • Developers
  • Submit A Ticket
  • General
  • Products
    • VS Netflix Theme
    • WP Video Memberships
  • FAQ
  • Developers
  • Submit A Ticket
Hooks & Filters / Add Fields After Account Form

Add Fields After Account Form

Adds custom fields to the end of the WP Video Memberships account information form on the Account page. .

function vs_netflix_custom_account_fields($user_id) { ?>
    <div class="rvs-form-row">
        <label><?php _e('Twitter Handle', 'vimeo-sync-memberships'); ?></label>
        <input name="new_user_twitter_handle" type="text" value="<?php esc_attr_e( get_user_meta( $user_id, 'wpvs_user_twitter_handle', true ) ); ?>" required />
    </div>
<?php }
add_action('wpvs_add_fields_after_account_form', 'vs_netflix_custom_account_fields', 10, 1);

Related Documentation

  • Validate Custom Form Fields
  • Saving Custom Form Fields
  • Add Fields After Registration Form
  • Adding Fields To Account Forms
VS Netflix Theme
Changelog Creating A Full-Width Menu Creating TV Shows & Series Customizing Your Theme Featured Area Sliders Importing Demo Content Turning On Video Reviews VS Netflix Shortcodes Why aren’t my videos displaying on the home page?
WP Video Memberships
Account Page Setup Adding Fields To Account Forms Changelog Free Memberships Hooks & Filters PayPal Payments Setup Restrict Members From WP Admin Stripe Payments Setup WP Video Memberships Shortcodes
General
Activating Your Website Helpful Links Restricting Vimeo Videos To Your Website Only
FAQ
Can’t Login on WordPress.com site Enabling Registration (Registration is disabled) How can I customize the Create Account form? Why aren’t my payment buttons displaying on the checkout page? Why won’t my Gmail work for sending emails?
Developers
Continue Watching for Custom Players Customizing WP Videos Archive Templates REST API Endpoints Restricting REST API Data
Cookie Notice Setup
Quick Links
  • General
  • VS Netflix Theme
  • WP Video Memberships
  • FAQ
Account
  • Login
Support
  • Submit A Ticket

© WP Video Subscriptions 2025