Download & Extend

Remember fields (or prepopulate them...) without using URL params?

Project:Prepopulate
Version:5.x-1.4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi!
For my site (a kind of youtube but just for bird videos), I need to be able to remember some fields. It's quite common to add more than one video for the same species, or taken at the same day, same locality... so if that fields can be filled with the last values, that would be great. The user can remove them, or modify if the video was taken a day before.
Is there any option to do this with this module? What I was thinking of was to store all the node fields while the registered user clicks on Submit, and once the user goes again to node/add/video the fields get prepopulated.
What would be the best option for doing that?
Thanks!

Comments

#1

Using this module, you could create a solution for what you need... but you'd probably have to do it in combination with other Drupal 5 modules like Workflow-ng, Token, etc and would probably involve some custom php.

But I wouldn't be surprised if there was a full-featured module doing what you need. Something that tracks usage, keywords, etc and changes stuff (e.g. form fields) accordingly.