Jump to content

Intergration code no longer works


Recommended Posts

Good Morning,

The past 2-3 days we have been getting calls and emails from customers saying they can't log into our website via the Integration button that has worked for years (code below).

Baffled by this, I've spent this morning trying to work out what's going on. On testing, it appears that Google Chrome and Edge (based on Chrome engine) literally just refresh the page and don't login. However, other browsers, such as older Internet Explorer, work just fine. I can only presume Chrome has pushed out an update very recently?

<form method="post" action="URLSNIPPED/dologin.php">
<input type="hidden" name="username" size="50" value="<?php echo "$email";?>">
<input type="hidden" name="password" size="20" value="<?php echo "$custpassword";?>">
<input type="submit" class="button button4" value="Setup Your Payment - Pay Now">

Is there a solution to solve this or is there a better way that I can provide a login means for someone to login to the client portal via an alternative integration method?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated