Forum Replies Created
- AuthorPosts
Andi
ParticipantHi Ally,
thank you so much for your mega fast help! This works perfectly!
Andi
ParticipantWould you offer the service, to build such a functionality for us? For shure we would pay for it!
Andi
ParticipantThank you so much! It’s working perfectly! 🙂
Andi
ParticipantAwesome!
Thanks alot Ally!
Andi
ParticipantHi Ally,
I’ve allready tried this, because I also thought, it could be a conflict with uniform, but it’s still the same.
Regards
AndyAndi
ParticipantI’m sorry, its added to the div class=”checker”:
<div class=”checker” id=”uniform-iphorm_3_171_549300093d21f_3″ style=”display: none;”><span><input class=”iphorm-element-checkbox iphorm_3_171 iphorm_3_171_3″ type=”checkbox” name=”iphorm_3_171[]” id=”iphorm_3_171_549300093d21f_3″ value=”Sonnenterrasse”></span></div>
Andi
ParticipantBy the way, I’m using wordpress 3.8.1 and quform 1.4.14
Andi
ParticipantHello Ally,
thank you so much, you’re awesome! 🙂
Regards
AndyAndi
ParticipantHello Ally,
thank you so much for your fast response.
Unfortunately your solution again only shows me the last page before the enquiry form. So if i came from another page inside my homepage it only shows me this one in the mails, but I need the last external referer.
Do I have to use $_SERVER[‘HTTP_REFERER’]?
Regards
Andi
ParticipantOk, so I insert in my header.php:
<?php
session_start();
if (!$_SESSION[‘referer’]) {
$_SESSION[‘referer’]=$_SERVER[‘HTTP_REFERER’];
$referer = $_SESSION[‘referer’];
}
?>How should then look the code inside the functions.php? The ID of the hidden field is: iphorm_2_89
Thanks!
Andi
ParticipantAwesome!
Thank you Ally!
Kind Regards
Andy
- AuthorPosts