abhitestenj
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] How to style specific or tags in messagesMessages I meant “success message” that appears after form submit. Html tags are not allowed in this..
Forum: Plugins
In reply to: [Contact Form 7] How to create short URL with parameter valuesBasically I have one form that accepts user input and on form submit user must receive an email in which there should be one shortlink. He can click or copy paste the shortlink in his browser to see the result page. This result page must have his inserted data.
I am able to achieve this without shortlink. But I dont want to send values in link so I want Shorturl/shortlink which will hide the values in url.
Can I achieve this using above solution? How do I create shortlink with values? Can you pls provide some example for help? TIA.
- This reply was modified 3 years, 4 months ago by abhitestenj.
Any solution for the above scenario?
I am having two pages first page is kind of quiz/survey from where I want to pass result values to quiz-result page. As the result values are making URL long I want to make the URL short.
https://stage-www.xxx.com/quiz-result?uid=%5Buid%5D&user_result=%5BorderNos%5D
where uid has unique id generated each time the form is submitted and
orderNos has the long string values.This link will be sent out to user who completed the form and when he clicks on it the result page would open with his selected values that are passed as parameters.I tried using this plugin by selecting pass parameters checkbox and placed the shortcode in contact form 7 mail section. But URL doesnt pass params.