The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Email Form Help, Transfer my form to responsive
cds1234
post Jul 24 2014, 11:31 AM
Post #1





Group: Members
Posts: 4
Joined: 24-July 14
Member No.: 21,309



Hi group,
I am new, so I hope I do well in explaining my information. I truly appreciate anyone's help to get this done.

I have my PhP set up and working correctly through Godaddy. I know web authors prefer more robust PhP handling, but I have no issues with this as it is working fine for me, I understand the procedure, and have tested it working.

This is what I have made that is working fine:

<form name="Subscribexxxxx" action="http:/xxxxx.com/gdform.php" method="post">
<input type="hidden" name="subject" value="Subscribexxxxx">
<input type="hidden" name="redirect" value="/xxxxx/index.html">
Email: <input type="text" name="email" />
<input type="submit" name="Action" value="Submit">
</form>


I have a responsive site that someone is helping me to complete.
I like the design they have made for this part of the site: Sign Up or Email Updates... space to enter email...responsive scalable 'submit' button.
I am in the process of deciding final color scheme for the button etc.

The code for this section of the site is:

<!-- Subscribe -->
<section class="subscribe">
<div class="row">
<div class="small-12 large-6 columns">
<h4>Sign Up For EMail Updates</h4>
</div>
<div class="small-12 large-6 columns">
<!-- subscribe form -->
<div class="row collapse">
<div class="small-8 columns">
<input type="text" placeholder=" />
</div>
<div class="small-4 columns">
<span class="postfix button">Subscribe</span>
</div>
</div>
</div>
</div>
</section>

Can anyone please help me to make my code work in the context of the responsive code for the site so it appears the way it is designed?
Thank you SO much in advance for any help.

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jul 24 2014, 04:16 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



I suppose you could use the form code instead of the INPUT element in the "responsive" example. But it's hard to say without seeing the CSS also (or better a live demo).
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
cds1234
post Jul 24 2014, 06:43 PM
Post #3





Group: Members
Posts: 4
Joined: 24-July 14
Member No.: 21,309



Hi Christian,

I think showing a demo will just show that the line of mine that works needs to go in place of the part that doesn't.

Here is the CSS dealing with their form line:
}

section.subscribe {
padding-bottom: 0.5em;
background: rgba(89,89,89,0.3);
}

section.subscribe h4 {
margin: 0px;
}

form {
margin: 0px;
}

.button,
span.postfix,
a.button,
ul.right li.has-form a.button {
background: #7A6B26;
color: #ffffff;
}

span.postfix:hover,
.button:hover {
background: #453F22;
}


QUOTE(Christian J @ Jul 24 2014, 05:16 PM) *

I suppose you could use the form code instead of the INPUT element in the "responsive" example. But it's hard to say without seeing the CSS also (or better a live demo).

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
cds1234
post Jul 24 2014, 07:22 PM
Post #4





Group: Members
Posts: 4
Joined: 24-July 14
Member No.: 21,309



Using foundation
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
cds1234
post Jul 24 2014, 07:38 PM
Post #5





Group: Members
Posts: 4
Joined: 24-July 14
Member No.: 21,309



http://www.w3resource.com/zurb-foundation3/buttons.php

I have made the button work to submit, but now the issue is that it is a slightly larger size than regular button:

<input type="submit" class="button" value="Subscribe">
is there a way to define this as the regular size button and to submit the data?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 11:09 PM