I installed phpList into my local and created subscribe page.

By default it looks like this. enter image description here

This is default design of all the subscriber pages in phpList. But what if i want to change the designs for this page.

Let's say i want to design something like this site.

If you can guide me to tutorial or documentation(how to customize design of subscriber page of phpList), that would be great.

Update This is my code in which when i press enter after entering data in text field, it will take me to subscriber page.

<html>
<body >
    <form action="http://objectlounge.hosted.phplist.com/lists/?p=subscribe&id=1" method="post" name="subscribeform">

        <div id="inputfield">
            <input class="emailField" type="text" name="email" id="emailAdd"/>
        </div>
    </form>
</body>

Thanks in advance.

有帮助吗?

解决方案

If you have a few notions on HTML/CSS, you can take a look here this is from the documentation and it looks like quite simple

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top