Integrate Aweber email form in existing Form?

3 replies
  • WEB DESIGN
  • |
Hello everybody,

I am having difficulties trying to solve this problem, aWeber is not helping me at all. Anyway, I have an LP (etendafvallen dot com, there is an existing form allready on that LP, the only thing I want is to connect the Email Submit button with aweber and then redirect to the offerpage and also collecting the email address. I have tried to build the form from the ground up in Aweber, but that looks like SHT. Any Help would be much appreciated

Thx,

E.
#aweber #email #existing #form #integrate
  • Profile picture of the author Istvan Horvath
    the only thing I want is to connect the Email Submit button with aweber
    Well, that's not enough for a working optin form!

    Here is YOUR form:
    Code:
    <form action="" method="">
            <label>Height</label>
            <select name="">
              <option>0</option>
              <option>1</option>
              <option>2</option>
            </select>
            <strong>ft</strong>
            <select name="">
              <option>0</option>
              <option>1</option>
              <option>2</option>
            </select>
            <strong>In</strong> <br class="clear" />
            <label>Weight</label>
            <input name="" type="text" />
            <strong>lbs</strong> <br class="clear" />
            <label>Goal Weight</label>
            <input name="" type="text" />
            <strong>lbs</strong> <br class="clear" />
            <label>Your age</label>
            <select name="">
              <option>Select</option>
              <option>1</option>
              <option>2</option>
            </select>
            <br class="clear" />
            <label>Gender</label>
            <input name="" type="radio" value="0" />
            <strong>M</strong>
            <input name="" type="radio" value="0" />
            <strong>F</strong><br class="clear" />
            <label>Email</label>
            <input name="" type="text" />
            <br class="clear" />
            <button class="submit_btn">
    Now go and find the corresponding lines in the Aweber form and alter your own form with the data found there:

    Code:
    <form method="post" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl"  >
    <div style="display: none;">
    <input type="hidden" name="meta_web_form_id" value="1326835774" />
    <input type="hidden" name="meta_split_id" value="" />
    <input type="hidden" name="listname" value="etendafvall" />
    <input type="hidden" name="redirect" value="http://www.aweber.com/thankyou.htm?m=default" id="redirect_929948011a8cd89581bcfb5ec3eeba43" />
    
    <input type="hidden" name="meta_adtracking" value="Etend_afvallen_gratis_informatie" />
    <input type="hidden" name="meta_message" value="1" />
    <input type="hidden" name="meta_required" value="email" />
    
    <input type="hidden" name="meta_tooltip" value="email||Je echte email adres" />
    </div>
    <div id="af-form-1326835774" class="af-form"><div id="af-body-1326835774"  class="af-body af-standards">
    <div class="af-element">
    <label class="previewLabel" for="awf_field-37212193">EMAIL</label>
    <div class="af-textWrap"><input class="text" id="awf_field-37212193" type="text" name="email" value="Je echte email adres" tabindex="500"  onfocus=" if (this.value == 'Je echte email adres') { this.value = ''; }" onblur="if (this.value == '') { this.value='Je echte email adres';} " />
    </div><div class="af-clear"></div>
    </div>
    <div class="af-element buttonContainer">
    <input name="submit" id="af-submit-image-1326835774" type="image" class="image" style="background: none;" alt="Submit Form" src="http://www.etendafvallen.com/images/submit_btn.png" tabindex="501" />
    <div class="af-clear"></div>
    </div>
    </div>
    </div>
    <div style="display: none;"><img src="http://forms.aweber.com/form/displays.htm?id=jMxMbBzMrOzsLA==" alt="" /></div>
    </form>
    Can you see how in YOUR form the first line has empty values for method and action? While the Aweber form has those values?
    Copy paste the values into your form... Do that for all the relevant values: it will be a steep but valuable learning experience
    Signature

    {{ DiscussionBoard.errors[7035389].message }}
  • Profile picture of the author dwoods
    If Istvan Horvath's detailed explanation wasn't enough feel free to contact me via skype l'd be happy to take a look at it for you.

    username: darrenwoods80
    {{ DiscussionBoard.errors[7035409].message }}
    • Profile picture of the author PhantomPhinale
      Thank you Istvan Horvath, will dive into it.
      Signature




      {{ DiscussionBoard.errors[7035574].message }}

Trending Topics