PHP / Aweber Help Needed

0 replies
Hey Guys,

I'm trying to pass info to Aweber

With this URL i pass a tel number in the source field

jackbastide.com/test/leadgen2.php?source=407-545-8007

i grab it in the aweber form like this

<input type="hidden" name="custom source" value="<?php echo trim(strip_tags($_GET['source'])); ?>" />

it works well

I want to add a pass a 2nd bit of information (source2)

Would the url would look like this?

jackbastide.com/test/leadgen2.php?source=407-545-8007&source2=whatever

what would the Aweber form field look like?

any help is greatly appreciated!

Jack
#aweber #needed #php

Trending Topics