spacemonkey Posted July 17, 2007 Posted July 17, 2007 I have set up a subscriber form which is accessed by externally using a web browser. Everything has been working fine up until recently when there have been subscriptions taking place without the corresponding subscriber welcome notices and admin notifications being delivered. After some little time tracking this down I have noticed that on Windows PC Users' machines the web browsers are invariably set to block popups - having done some tests myself today. This is causing the Submit script which consists of just the following 3 steps: Commit Records/Request [No dialog] Open URL [No dialog; "http://etc........."] Go to Layout ["scr_subSuccess" (Subscriber)] It would appear that the Open URL script step is causing the PC users' web browser popup blocking function to activate and stop the email notifications being sent! I wondered if anyone esle has experienced this issue and, if so, whether or not a solution has been found. Any help with this would be appreciated.
spacemonkey Posted July 17, 2007 Author Posted July 17, 2007 It would appear that I was correct about my reasoning that the web browser popup blocker is preventing the Open URL script step from running. Thinking around the problem, if I remove the Open URL script step the Submit script should then run without error from a web browser. If I add another field to the Subscriber table - say SendMail - and add in a Set Field script step to populate the field with 'Y' immediately before lest script step of Submit, would the following work? A calculated field - say checkSendMail - that checks the content of the field SendMail and if it = Y then runs a script Notify which just contains the original Open URL script step which fires off the email. Any input would be welcome. Thanks again.
spacemonkey Posted July 17, 2007 Author Posted July 17, 2007 Am I right in saying that the zippScript and doScript Plug-ins will only run under FM Pro or FM Pro Advanced and not FM Server or FM Server Advanced?
Recommended Posts
This topic is 6330 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now