Pre-Form
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Dear Roo,
I would recommend to use JavaScript Window prompt() Method or Window confirm() Method, which allows you to get users input from a popup window, then use entered input in order to modify the form as necessary.
I would recommend to use JavaScript Window prompt() Method or Window confirm() Method, which allows you to get users input from a popup window, then use entered input in order to modify the form as necessary.
Cheers
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Why not have two forms? One form with Choice field, then redirect user to the main form, depending on choice?
Dialog mode wouldn't work here, though, but otherwise, this is more than doable. Which version of SharePoint are you using?
Dialog mode wouldn't work here, though, but otherwise, this is more than doable. Which version of SharePoint are you using?
Cheers
I got this working really well by using the javascript you described in the other open topic
fd.onsubmit(function() {
var uri = fd.setUrlParam(decodeURIComponent(window.location.href), 'FDRedirectWithID', 'http://###/sites/Quality/IM/Lists/Issue/?ID=');
fd.sourceFormParam(uri);
return true;
});
fd.onsubmit(function() {
var uri = fd.setUrlParam(decodeURIComponent(window.location.href), 'FDRedirectWithID', 'http://###/sites/Quality/IM/Lists/Issue/?ID=');
fd.sourceFormParam(uri);
return true;
});
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
Excellent news, Roo! Tell us if you'll need anything else, we would be glad to help!
Cheers
-
- Information
-
Who is online
Users browsing this forum: No registered users and 16 guests