Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

I am sending a link for a survey (webform 3.x) to users. Based on a variety of information, they receive a link in the format http://www.domain.com/group/userid. I'm able to retrieve the /group easily and process this into a hidden field on my webform. However, the page "/group/userid" does not exist. I need to find a way to rewrite the URL to go to /group?i=userid. I'm currently using clean URLs, but am open to changing. When I attempted the rewrite via htaccess, I lost the theme of my site (likely a path issue).

Is there a module for this sort of thing? Any suggestions?

KMT

share|improve this question
Is the survey for anonymous or authenticated users? – enzipher Mar 14 at 0:10
anonymous (the userid is a random code sent that matches them back to their email addresses -- which they gave us). – KMT333 Mar 14 at 0:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.