Closed (fixed)
Project:
Prepopulate
Version:
5.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 May 2008 at 05:38 UTC
Updated:
17 Nov 2012 at 21:17 UTC
Nice module. It's working fine if I type the following url in my browser address bar.
"http://localhost/sports/node/add/scoreboard?edit=[field_game][key]=futsal"
I have a page type with dropdownlist, I use drupal_redirect_form(null,'node/add/scoreboard?edit=[field_game][key]='.$_POST["game"]); to redirect to scoreboard page with game value passing, however it goes to the following url
"http://localhost/sportsarena/node/add/scoreboard%3Fedit%5Bfield_game%5D%..." and just display the node/add page instead of the scoreboard page.
How can I redirect to node/add/scoreboard page with dropdown list selected by user. Thanks in advance.
Comments
Comment #1
jbrauer commentedClosing issues for unsupported 5.x version
Comment #2
jbrauer commentedClosing issues for unsupported 5.x version