Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Form to login to external web siteForm to login to external web site
Previous
 
Next
New Post
6/16/2015 3:00 PM
 

OK, I am not a developer at all I am just trying to figure out how to do a simple form.  Can anyone help me modify either one of these to work inside DNN?????

<!-- Cloud partners post form -->

<form action="https://[INSERT LOGIN SITE HERE]/[COMPANY ID]" method="post">
email <input type="txtemail" name="txtemail">
password <input type="password" name="txtpass">
<button type="submit">Login</button>
</form>

 

 

<!-- Cloud partners JavaScript Form -->

<form>
email <input type="text" id="email">
password <input type="password" id="password">
<button type="button" onclick="login();">Login</button>
<script type="text/javascript">
function login() {
var companyId = 'MyCompanyID'; // <-- INSERT YOUR COMPANY ID HERE
var email = escape(document.getElementById('email').value);
var password = escape(document.getElementById('password').value);
var url = 'http://[YOUR LOGIN SITE HERE]/v4_6_release/services/system_io/CustomerPortal/Portal.html?company=' + companyId + '&txtemail=' + email + '&txtpass=' + password;
window.location.assign(url);
}
</script>
</form>

 

 
New Post
6/16/2015 7:32 PM
 
Basically, you need to convert the "form" in each of these examples into HTML, paste it into an HTML module, and use some javascript to perform the desired action when the "Submit" or "Login" button is pushed.

Here's a good reference: http://mitchelsellers.com/blogs/2007/...

If you can't figure this out, reply back and I'll work this out for you.



Joe Craig
Patapsco Research Group, Ellicott City, MD
DotNetNuke Development and Services (http://patapscorg.com)
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Form to login to external web siteForm to login to external web site


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out