Univeral Mail .... or maybe DataBride v2?
Hi,
I am using DataBridge 2 and have a simple web page that is divided into sections using id="XXXXX" format.
The page menu simply moves to and reveals each id section over a static background image.
I have added a contact form using Universal Mail (as I have done many times before) and it sends the message just fine It then attempts to redirect to the given address but fails to load the page, leaving a white screen.
If I open a new window and enter the url there, the page loads just fine, so I do not think that is the problem. I think it may be something to do with the sending session not closing as the address bar continues to display the sending address above the white screen.
So should be : index.php >> index.php#contact (complete and send form then redirect to) index.php#thanks.
But is actually: index.php >> index.php#contact (complete and send form then blank screen with address bar) index.php#contact
One further point, the blank page cannot be refreshed to display the url in the address bar, it has be done in a new window - hence my thought that this is session related?
Any thoughts please?