How to get existing value from form to another magento 1.9

398 Views Asked by At

I have two different forms , one including user information and the second one have a grid. What I need to do is to get the email from first form to use it in the controller of the 2nd, there is a way or I need to get the value again from database?

1

There are 1 best solutions below

1
Varun Suresh Kumar On

you can try sending the email value through ajax when it is set to the other controller by adding parameters in the url or u can store email in a table(hope both tables are for same product or customer) and load it in other form using the id.

Hope it helps....