Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top