How do I integrate the subscribers page into my website?

Thanks, Dragonrider. I didn’t want to require new subscribers to type their email into the form twice, but missed the place where I could make that adjustment in my settings. Thanks for your help here in the forum and on your website!

Quick note: there’s a typo in the link you included in your response. Here’s the correct URL:

http://uk-webspace.com/test/embed2.html

Thanks, that’ll learn to double check and not just assume I used the same file extension for both pages! :wink:

hi, Dragonrider

Within this code in your site http://dragonrider.co.uk/phplist/27 is possible to place the list of options?

Example: when a user does subscribe, you can opt for the subject list (store or administration)

I know the phplist website hosting address is entered ?p=subscribe&id=1 to point to a single list.

@kklo yes it’s possible. An example of codes from my website

Name:
<input type="text" name="attribute1"  class="attributeinput" size="40" style="height: 22px"/><script language="Javascript" type="text/javascript">addFieldToCheck("attribute1","Name");</script>
<br>
<br>
<span class="style6">Email:</span>
<input type="text" name="email" size="40" style="height: 22px"><br>
<br>
<input type="submit" name="subscribe" class="sexybutton sexysimple sexyxxl sexyred" value="SUBSCRIBE NOW" size="" onClick="return checkform();"  font-weight: bold; color: white; font-size:12pt"></form>
<P>&nbsp;</P>
<p class="style5">*100% Privacy. I will never spam you.</p> </div></div>

<img src=

>