Multi Step Form
For add multi step form on your WordPress site using WP User plugin you Need to install Form builder Addon
Create forms using Form builder addon
Add multi_steps attribute in wp_user shortcode add pass form ids which you want to show in multi steps
Ex :[wp_user multi_steps =’22,25,27,29’]
If you want to show form horizontal in sten 1-2-3-4—-N then use step=’horizontal’ attribute in wp_user shortcode
Ex :[wp_user multi_steps =’22,25,27,29’ step=’horizontal’]