Hi Gil,
I'm assuming that this is a single page form and that the user would be entering their name and any additional post tags before submitting? If so, you'd need to write some custom javascript that updates the value of the post tags field once the user finishes entering their name. Here is some sample code to get your started.
http://pastie.org/2034051
Make sure you update the input IDs with the input's in your form. Also, bare in mind, if the user enters there name, then adds some additional tags, and then changes their name again, it will overwrite the additional tags they added with just the name again. You can customize this to be a bit more user friendly.
Posted 13 years ago on Tuesday June 7, 2011 |
Permalink