Results 1 to 3 of 3

Thread: WebToLeadCapture

  1. #1
    pattie is offline Senior Member
    Join Date
    Apr 2009
    Posts
    23

    Default WebToLeadCapture

    I'm getting closer, but I'm still encountering some problems. I'm getting a blank page when the webtolead capture form is filled out.

    I have created the lead capture form through the campaigns and am getting the data to post to the account, but on submit I'm directed to: http://acceleratetowealth.com/member...bToLeadCapture

    I figure that I've done something incorrect on this but I'm not certain what it is.

    My form is:
    Code:
    <form action="http://mydomain.com/members/index.php?entryPoint=WebToLeadCapture" name="WebToLeadForm" method="post" id="WebToLeadForm">
    <input id="redirect_url" name="redirect_url" value="http://mydomain.com/bazi_movie.php" type="hidden">
    <input id="campaign_id" name="campaign_id" value="449e570b-8325-69c1-7782-49f0da0676da" type="hidden">
    <input type='hidden' name='lead_source' value='Web Site'>
    <input id="assigned_user_id" name="assigned_user_id" value='e9067c99-84b4-88f5-0cc1-49ef4793a039' type="hidden">
    <input id="req_id" name="req_id" value="last_name;" type="hidden">
    
    
                <div align="center">
                <table border="1" width="350" cellspacing="0" cellpadding="5" height="230">
                    <tr>
                    <td>
                    <table border="0" width="350" cellspacing="0" cellpadding="5" height="230"> 
                      <td valign="top" colspan="2" align="center">
                      <p align="center"><font color="#65162C" face="Arial"><b>Bazi Movie Ticket</b></font></p>
    
                      </td>
                      </tr>
                      <tr>
                      <td><font face="arial" size="2" color="#666666"><label>Full Name</label>
                      </td>
                      <td><input id="first_name" name="first_name" type="text">&nbsp;&nbsp;<input id="last_name" name="last_name" type="text"></td>
                      </tr>
                      <tr>
    
                      <td><font face="Arial" size="2" color="#666666"><label>Email Address</label></td>
                      <td><input id="webtolead_email1" name="webtolead_email1" onchange="validateEmailAdd();" type="text"></td>
                      </tr>
                      <tr>
                      <td><font face="Arial" size="2" color="#666666"><label>Phone Number</label></td>
                      <td><input id="phone_home" name="phone_home" type="text"></td>
                      </tr>
                      <td valign="top" colspan="2" align="center">
    
                      <input type="image" value="Submit" name="submit" src="images/admit_one_to_bazi_movie_ticket.jpg">
                      </td>
                    </tr>
                  </table>
                  </td>
                  </tr>
                  </table>
                </div>
                </form>
    In the webtoleadcapture.php file in the modules/campaigns folder I altered this:

    $users = array(
    'PUT A RANDOM KEY FROM THE WEBSITE HERE' => array('name'=>'admin', 'pass'=>'theactualpassfromthesqldb'),

    Am I supposed to do something else? Is this a bug? I noted the following on the wiki: http://developers.sugarcrm.com/wordp...s-in-sugar-51/, however, I'm not sure if this is related to the issue that I'm having.

    Any assistance would be appreciated.

    Kindest Regards

    Pattie
    Edit/Delete Message

  2. #2
    pattie is offline Senior Member
    Join Date
    Apr 2009
    Posts
    23

    Default Re: WebToLeadCapture

    This was my error in how I set up the re-direct.

    I fixed the re-direct and this is functioning perfectly in IE7, however, Firefox 3.0.10 continues to render a blank page and shows the following the in browser:

    http://www.mydomain.com/members/inde...bToLeadCapture

    I do not want to only be limited to using this in IE and am not understanding why FF would not function.

    I'm using the community Edition, Version 5.2.0c (Build 5505)

    Regards
    Pattie
    Last edited by pattie; 2009-04-28 at 11:57 PM. Reason: added more info

  3. #3
    pattie is offline Senior Member
    Join Date
    Apr 2009
    Posts
    23

    Exclamation Re: WebToLeadCapture

    Does anyone have any information on why this would work on IE and not on FF?

    Ususally it's the other way around, something works on FF but not on IE. Is there some patch that I should be downloading?

    Any help on this would be appreciated as this is holding up my implementation of this system.

    Regards,

    Pattie

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 2010-03-31, 12:28 PM
  2. redirecting WebToLeadCapture.php
    By monkeyfish in forum Help
    Replies: 3
    Last Post: 2008-06-02, 11:39 PM
  3. webtoleadcapture.php spam?
    By gordo in forum Help
    Replies: 12
    Last Post: 2007-12-07, 05:44 PM
  4. WebToLeadCapture.php
    By bvell in forum Help
    Replies: 2
    Last Post: 2007-10-11, 11:30 PM
  5. Settinp up WebToLeadCapture
    By sandsoyna in forum Installation and Upgrade Help
    Replies: 2
    Last Post: 2007-08-09, 06:42 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •