Jump to content

Get URL email problem


spacemonkey

This topic is 6099 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6099 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.