| User | Post |
|
9:25 September 26, 2007
| Daniel Bullock
Guest
| | | |
|
| |
|
|
If the survey is used as a Landing Page from Google Adwords, I’d like to insert a Hyperlink option at the start of my survey to give the option to go directly to my website without completing the survey. Maybe I could insert a Click Here button “Bypass Survey” or “Go Direct to {Website Name}”.
Can you tell me how to do that? Or is that an extra-fee option?
|
|
|
12:13 September 26, 2007
| jason
Member
| | | |
|
| posts 159 |
|
|
Daniel -
You can add hyperlinks to your surveys by using the Add Text/Images option on a page. Add some descriptive text, then go into the advanced options for that text entry. You can add hyperlinks in the text editor that go where you want!
I put a very basic example on the first page of your 4th neck survey (you can remove it or edit it to your liking)
Let us know if there is anything else we can do to assist you.
|
|
|
1:28 September 30, 2007
| Daniel Bullock
Guest
| | | |
|
| |
|
|
You guys are SO Cool!
How does inserting a Hyperlink this way differ from “Page Jump Logic”?
Can I insert a Javascript behavior the same way? i.e. By pasting the Javascript into the Text area with Advanced Options?
Thanks,
Dan
|
|
|
2:17 October 1, 2007
| jason
Member
| | | |
|
| posts 159 |
|
|
Daniel -
Page Jump Logic forces things to happen, meaning if you had a “Yes No” or “I agree” statement and a user didn’t select the correct response they’d be sent somewhere particular….which can be tracked in your reporting (whether its a disqualification, special thank you page, etc).
Javascript wise, for scripts you want on all pages, you can embed it directly into the HTML template for your survey under the “Look & Feel” tab.
You can try embedding javascript right into question text itself, but we haven’t quite verified it always works yet!
let us know if there is anything else we can assist you with!
|
|
|
4:56 July 23, 2008
| Rebecca
Guest
| | | |
|
| |
|
|
Is there any way to include a hyperlink in an email invitation? We’d like to allow users to view our website there from.
Thanks,
Rebecca
|
|
|
5:32 July 23, 2008
| cheri
Moderator
| | | |
|
| posts 288 |
|
|
Hi, Rebecca.
Sure. You can add the hyperlink to the content of your Email Invitation. Just go to your Email Invite and click the Edit Content button, add the link into the body of your invitation and click the ‘Save Content’ button. You’re done!
–Cheri
|
|
|
5:53 July 23, 2008
| Rebecca
Guest
| | | |
|
| |
|
|
Thanks so much for your reply Cheri.
I just have a couple of followup questions:
- Can I label the hyperlink? The equivalent in html would be Google.
- When I insert the [%%Survey Link%%] text, the link does not show up in the test email as active.
On a somewhat related note, is there any way to change the URL for the survey link?
Thanks again,
Rebecca
|
|
|
1:12 July 24, 2008
| Mario
Moderator
| | Boulder, CO | |
|
| posts 294 |
|
|
Rebecca,
I’ll answer these a bit out of order, so bear with me.
In regards to left-clicking the merge code [%%Survey Link%%] on the left side of the HTML box when editing the content of your email invite message, thanks for calling this to our attention. It seems there was a minor rollback on our servers that broke that. It has been fixed now so you can click it and the clickable hyperlink version will be inserted at the cursor (when in the HTML box).
After doing that, you can click the SOURCE button in the editor to show you the raw HTML, which includes:
<a href=”[%%Survey Link%%]”>[%%Survey Link%%]</a>
You can adjust this to:
<a href=”[%%Survey Link%%]”>My unique label</a>
It is important the the first part, <a href=”[%%Survey Link%%]”>, remains unchanged so that the email invite system can insert the proper link to your survey including the additional tracking information that allows us to not only track that respondents status with the survey, but also allows you to pull in data from their contact information into the survey with merge codes. This customized link is automatically generated by our system, so it would be best to simply alter the ‘label’ for the link.
|
|