Form button linking to https:// not working
-
I am using this code for visitors to download our PDF assets and also link to our resources:
<form method=”get” target=”_blank” action=”https://www.anymeeting.com/WebConference-beta/RecordingDefault.aspx?c_psrid=EE53DC89864D”>
<button type=”submit”>View Re-Cast</button>
</form>I have used this successfully on over 80 links (PDFs as well as directing to other sites), but I am having trouble with one in particular that happens to be an “https://” link. I can only assume this one isn’t working because of the fact that it’s a secure link.
I can view this link in my browser with no issue https://www.anymeeting.com/WebConference-beta/RecordingDefault.aspx?c_psrid=EE53DC89864D which directs user to a login screen. However, when viewing the same link via the button on this page https://www.madisonpg.com/2013/10/rr-means-business-a-how-to-on-building-the-business-case-maintaining-program-funding/ I get an incorrect URL error.
I have tried changing the link to only “https://” but it still directs to the secure page and didn’t resolve the issue. Any help or insight would be greatly appreciated.
Thank you!
- The topic ‘Form button linking to https:// not working’ is closed to new replies.