Closed
Description
The current sharing URLs are not very easy for people to input,
It may be good to include some instructions of how to create a prettier URL.
I have used a nginx redirect which works well.
Some sort of email tracking may be nice too, so that users have their email field inputted straight away into the survey if it was sent from a bulk email.
location = /survey {
return 301 /shared/LlBubZh_U7349GHKiik5aCJambHPYFtUxNdpjs;
}
Activity