SharePoint Asked by J.Choe on January 4, 2022
Is there a way to add a button in infopath that contains a hyperlink. I would like to press a button that follows some rules and then takes you to a url.
If this is not possible, do you have any ideas for a work around?
There is no way to Redirect a "Submit button" but to add script on the page. You can do this using Designer.
Find the ID of your button and add the following code:
<script>
function setEventHandler()
{
var btnSubmit = document.getElementById("ctl00_Something");
btnSubmit.onmouseup = function(){Button.OnClick(this, event); window.location='http://www.google.com';};
}
</script>
Call this function in your pageLoad or you can write the code inside your pageLoad function.
Here, onmouseup will call default method of Info Path for closing the form and then the even will be binded.
Try it and let me know if it works. I haven't tried it.
Answered by harshal gite on January 4, 2022
2 Asked on December 22, 2021 by n0e
1 Asked on December 22, 2021 by southskies
1 Asked on December 22, 2021 by dvg
applicationcustomizers sharepoint online solution package spfx extensions
1 Asked on December 22, 2021 by sheryl_newbie
1 Asked on December 21, 2021 by harikreeshna
1 Asked on December 21, 2021 by hedmon
2013 open with explorer permissions sharepoint foundation sharepoint library
0 Asked on December 21, 2021 by user2280273
1 Asked on December 19, 2021 by faisaljanjua
2 Asked on December 19, 2021 by thijs
1 Asked on December 19, 2021
1 Asked on December 19, 2021 by user91961
1 Asked on December 19, 2021
2016 sharepoint designer sharepoint foundation sharepoint search sharepoint server
1 Asked on December 17, 2021 by user46859
1 Asked on December 17, 2021 by abhijeet-pawar
2 Asked on December 17, 2021
1 Asked on December 17, 2021
1 Asked on December 17, 2021
1 Asked on December 17, 2021
1 Asked on December 17, 2021 by agustn
Get help from others!
Recent Answers
Recent Questions
© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP