Hi,
ok, you can use Joomla template override feature to make this, follow these steps:
- Copy file from /modules/mod_jsnform/tmpl/default.php to /templates/your-theme-folder/html/mod_jsnform/second.php
- Open the new file and edit line 18 from
src="<?php echo $url; ?>"
to
src="<?php echo $url; ?>&user_type=VALUE"
- Go to Extensions->Modules->Create a second module of type "Easy Profile - Registration/Edit Profile"
- In the module parameters at "Advanced" tab set the option called "Layout" to "Second" (the title comes from the file name, n this case second.php)