
I have the catads module installed on my website so I've got an ad posting form there. There are users who submit alot of ads weekly and they have to fill in the same info with minor changes all over again when they post another ad. What I wonder is what is the way to store an info for several fields I choose for every separate user who submits a new job (like if he choosed "France" from the country list and clicked something like "Submit the form and save the form settings" he will next time have the "country" field prefilled with France). What is the better way to do this? Cache or maybe separate table in mysql, I need an advice.
Thanks in advace.
Deka