Hi, I have a problem on migrating a form from v 6.0.19. to v 6.1.4 (Designer mode: classic)
Into hidden field I put the following php script
Name: cf_http_user_agent
Value: <?php echo $_SERVER['HTTP_USER_AGENT']; ?>
Save to database ON
Name: refsite
Value: <?php if (!empty($_GET['refsite'])) echo $_GET['refsite']; else echo $_SERVER[HTTP_HOST]; ?>
Save to database ON
well... the old version works perfectly. The new one save the script itself.
Help me, please.
Into hidden field I put the following php script
Name: cf_http_user_agent
Value: <?php echo $_SERVER['HTTP_USER_AGENT']; ?>
Save to database ON
Name: refsite
Value: <?php if (!empty($_GET['refsite'])) echo $_GET['refsite']; else echo $_SERVER[HTTP_HOST]; ?>
Save to database ON
well... the old version works perfectly. The new one save the script itself.
Help me, please.