• gleebs
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 9
    Replies

 

I have a site attached to a customer portal.  Say www.mysite.com.  The site is setup to use http, not https.  I have a registration form on the site for new customers which creates a customer portal user.  The creation of the user works but the redirect after does not.

 

You are required to use the forceSSL attribute on the form tag, which is okay with me but that forces them to mysite.secure.force.com.

 

Now when people register, they get sent to mysite.secure.force.com and this mysteriously login screen that I don't have seem to have control over.

 

There is a thread about changing the SSL settings in the session settings and login settings for you site but that did not seem to do the trick because I still have to use the forceSSL attribute or the registration fails.

 

Here is what I would like to happen....

 

1.  User goes to http://www.mysite.com/register

2.  Fills out the form and submits to https://mysite.secure.force.com.

3.  User is then logged in to http://www.mysite.com

 

Is there anyway to make this happen?

 

TIA,

Brian

  • August 03, 2010
  • Like
  • 0

Here's the situation...

 

We have an external application that collects various data.  We like to have clients install an app in their Org that allows us to import data into their org without us having to collect a user/pass from them.

 

It seems like the partner API should be able to do this, but can't find it documented anywhere.

 

Thanks for any help.

Brian

 

I have a site attached to a customer portal.  Say www.mysite.com.  The site is setup to use http, not https.  I have a registration form on the site for new customers which creates a customer portal user.  The creation of the user works but the redirect after does not.

 

You are required to use the forceSSL attribute on the form tag, which is okay with me but that forces them to mysite.secure.force.com.

 

Now when people register, they get sent to mysite.secure.force.com and this mysteriously login screen that I don't have seem to have control over.

 

There is a thread about changing the SSL settings in the session settings and login settings for you site but that did not seem to do the trick because I still have to use the forceSSL attribute or the registration fails.

 

Here is what I would like to happen....

 

1.  User goes to http://www.mysite.com/register

2.  Fills out the form and submits to https://mysite.secure.force.com.

3.  User is then logged in to http://www.mysite.com

 

Is there anyway to make this happen?

 

TIA,

Brian

  • August 03, 2010
  • Like
  • 0

I am trying to grab an email address from the parent window when my Custom Button is clicked on a Lead Detail page.  But it seems like I am doing something wrong in my JavaScript to get at the parent window's HTML (Lead Detail page).   Does anyone know the correct syntax to get the HTML of the Lead Detail page when my JavaScript is invoked?

 

Here is my code snippet:

 

 var obj = parent.document.getElementsByTagName('td');

 Alert(obj.innerHTML);

 

Whatever I am getting back issnt the HTML of the Lead Detail page.   And I have tried different combinations of window.parent, parent.window etc etc with no luck.

 

thanks in advance. 

  • August 04, 2009
  • Like
  • 0