Hi,
sorry with Easy Profile this is not possible. You can do this with some other plugin.
Easy Profile extends Joomla registration and edit profile page, but the page is the same of Joomla.
Another way to do this is to override Joomla edit profile template:
- Copy /components/com_users/views/profile/tmpl/edit.php into /templates/your_template_folder/html/com_users/profile/edit.php
- add this line to the end of file (/templates/your_template_folder/html/com_users/profile/edit.php)
<?php
JFactory::getApplication()->setUserState('com_users.edit.profile.redirect',JRoute::_('index.php?Itemid=343');
?>
- replace 343 with Id of menu item to redirect