Monday , February 3 2025

How to get a link in an email where the form is filled out via Chronoforms

This task is very simple, for normal CMS. For Joomla, I publish the solution in this article.

In the Designer tab, add Custom Code

Pure Code – Yes checkbox
In the Code line add this one:

<input type='hidden' name='page_url' id='page_url' value='<?php echo \JURI::getInstance()->toString(); ?>' />

To display a link in an email, you can use the {page_url} tag.

About iryna

I'm Iryna, a web developer from Ukraine with a decade of experience solving complex technical challenges in the world of freelance. Throughout my career, I've worked on everything from troubleshooting server-side issues and optimizing website performance to enhancing user interfaces. On this blog, I share detailed solutions to the technical problems I’ve encountered and methods that have worked best for me. In addition to my technical expertise, I’m also passionate about digital drawing. I hope the tutorials and insights I provide here will help both fellow developers and creatives alike in their own projects.

Check Also

Find anchor in URL and scroll to its id on this page using JS

Here is a case: if a link contains a word, then direct the user to …

Leave a Reply

Your email address will not be published. Required fields are marked *