link in email

Insert a dynamic link in a CF email based on the form submission page.

Overview

The issue occurred because a specific PHP variable method became incompatible after a PHP version update.
Replace the old PHP code with the CF-specific placeholder to automatically capture and insert the correct URL.

Answered
ChronoForms v6
ch chevron08 28 Mar, 2019
hi, i installed a variable in chrono6 some time ago <? php echo $ _SERVER ['REQUEST_URI']; ?> the variable sets me then a link in the email from where the form was sent. Unfortunately, since php 7, this is no longer possible. Is there a solution for this?
Gr GreyHead 28 Mar, 2019
1 Likes
Hi chevron08,

As far as I can see that is still valid in PHP7 - where exactly are you using it?

Bob
ch chevron08 28 Mar, 2019
Hey Bob, thanks a lot... you make my day...

best wishes
This topic is locked and no more replies can be posted.