Hi Everyone,
I wonder if anyone here might be willing to offer me a bit of technical advice.
A couple of nights ago, I had a call from a friend who started a campaign called Refuse To Lie. It's about married same-sex couples in the U.S. filing their taxes as Married rather than Single as required by the IRS.
Tax deadline is looming, the campaign is picking up. She had interviews on MSNBC and NPR the next DAY and needed a website FAST. I burned the midnight oil and slapped together a quick drupal 6.x site and deployed it. It's not perfect, but it was essential to meet the window of opportunity.
Now that I've got the first draft up, I'm working on improving things.
I have a webform block on the front page with a petition to sign. On submission, it redirects to a node/add page that creates a data type that allows me to collect opinions, stories, etc from the visitor, to be published later.
I'm trying to get the data from my webform to populate the fields in my node/add form.
I've installed:
webform
prepopulate - this works when I manually feed it the info to be prepopulated.
rules
webform rules
token
I'm having trouble with the integration. So far, I've been using Rules to redirect on submission of the webform to node/add/.... and trying to build the arguments to pass using tokens from webform but I get the actual token names going into the fields rather than their values. I've also tried using rules to build a string and then passing the [string:string] in a redirect but again, I get the same problem.
Is anyone here willing to advise me on how I can approach this better or maybe what I'm doing wrong?
Thanks very much,
Vonn