ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Slow Post/Processing - Register Form

October 11, 2012 1:05pm

Subscribe [1]
  • #1 / Oct 11, 2012 1:05pm

    Jonathan Kelly

    2 posts

    Greetings.

    I have the following code being used as a registration form. All other pages on the site load quickly, except for this one. The form posts, but takes minutes to load. Once it loads, the registration is completed with no apparent issues (the member is created properly, the activation email is sent, the page redirects as defined by the RET input.) Nothings is showing up in the PHP server logs. Any ideas as to why this would be happening?

    <form method="post"> 
     <div class="hiddenFields">
      <input type="hidden" name="XID" value="{XID_HASH}"> 
      <input type="hidden" name="ACT" value="13">
      <input type="hidden" name="RET" value="/account/register/success"> 
      <input type="hidden" name="FROM" value=""> 
      <input type="hidden" name="site_id" value="1"> 
     </div>
     <fieldset>
      <label for="m_field_id_1">First Name</label>
      <input type="text" name="m_field_id_1" id="m_field_id_1" value="">
    
      <label for="m_field_id_2">Last Name</label>
      <input type="text" name="m_field_id_2" id="m_field_id_2" value="">
    
      <label for="username">Email</label>
      <input type="text" name="email" id="email" value="">
    
      <label for="username">Username</label>
      <input type="text" name="username" id="username" value="">
    
      <label for="m_field_id_7">Phone Number</label>
      <input type="text" name="m_field_id_7" id="m_field_id_7" value="">
    
      <label for="password">Password</label>
      <input type="password" name="password" id="password" value="">
    
      <label for="password_confirm">Re-Enter Password</label>
      <input type="password" name="password_confirm" id="password_confirm" value="">
    
      <label for="m_field_id_3">Address</label>
      <input type="text" name="m_field_id_3" id="m_field_id_3" value="">
    
      <label for="m_field_id_4">City</label>
      <input type="text" name="m_field_id_4" id="m_field_id_4" value="">
    
      <label for="m_field_id_5">State</label>
      <input type="text" name="m_field_id_5" id="m_field_id_5" value="">
    
      <label for="m_field_id_8">Zip</label>
      <input type="text" name="m_field_id_8" id="m_field_id_8" value="">
    
      <input type="submit" value="Register">
     </fieldset>
    </form>
  • #2 / Oct 14, 2012 9:50am

    Kevin Smith

    4784 posts

    Hey Jonathan,

    Any chance we could get a first-hand look at this one to do some troubleshooting? That would probably be way more efficient than trying to handle it over the forums here. Be on the lookout for an email from me.

  • #3 / Oct 16, 2012 11:48am

    Kevin Smith

    4784 posts

    Just posting a note here to let onlookers know that we’re working with Jonathan privately on this for the time being. I’ll post an update back here once we have something to share!

  • #4 / Nov 23, 2012 12:36am

    Kevin Smith

    4784 posts

    Looks like the problem appeared to be with the use of PHP’s mail(). Jonathan setup an SMTP relay and everything was smooth sailing.

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases