How can i remove amp; from URL

28 March, 2025 04:59:48
agiloresearch
Topics: 1
Messages: 2
Hello,

I have created a page with a form that accepts two to three different parameters. I then embedded the URL containing these parameters into a QR code in e2pdf template. However, when I scan the QR code and visit the page, only one parameter is received, while the others are missing. This is happening because the URL contains "amp;" after each "&" symbol. How can I remove "amp;" from the URL to ensure all parameters are passed correctly?

Thanks,
Deven
28 March, 2025 05:54:50
E2Pdf
Support
Topics: 7
Messages: 3448
Hello,

Could you please try wrapping the mapped value with the [e2pdf-format-output] shortcode as follows:

[e2pdf-format-output filter="html_entity_decode"]URL SHORTCODE[/e2pdf-format-output]

If it still doesn't work, please attach a screenshot showing how the value appears in "Right Mouse Click" → "Properties" → "Value", along with an example of the generated PDF in your next message. You can mark the message as "private" so only support can see it.
We would really appreciate your feedback at WordPress.org!
28 March, 2025 13:47:32
E2Pdf
Support
Topics: 7
Messages: 3448
Great to hear the issue is resolved! If you need to automate the process a bit, you might require some custom coding. One approach could be registering the user when the URL is accessed. Alternatively, you could implement functionality where data from the URL is placed into hidden fields, and the submit button is automatically clicked to complete the registration. It's a bit out of context for E2Pdf, as we are not sure how your registration process is implemented.
We would really appreciate your feedback at WordPress.org!