function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Justin DJustin D 

Passing multiple parameters into a new URL (for example: SurveyGizmo)

I am very new to Visualforce (only last few days).
I am trying to create a web page inside VF where I could pass different parameters from various data fields into an URL to do some action (for this case, passing URL to SurveyGizmo site).

So, for example, URL should be something like this:
http://www.surveygizmo.com//000000/Survey-v1?sfprn=a0000000000EEEEEE&first_name=ZZ&last_name=ZZ&birth_year=1900&birth_month=01&show_survey=1

So, only focus should be creating URL properly, and it gets triggerred by user from either a link or a button.
Where should I focus looking into for this type of functionality?
Sorry, this might be very basic stuff :)