Look has changed since last update
-
I have been using the same contact form layout for a while and since the recent update it seems just one of my fields I collect has changed its layout/looks. I verified the code in the form and it should result in a similar look for all fields, but just the email field looks different. For whatever reason the style seems no longer to be applied to that particular field. All other fields still work just fine. The form still works, just doesn’t look OK anymore. Any help is welcome!
The form code I use is:
<p class=”field”>[text* your-name watermark “Name:”] </p>
<p class=”field”>[email* your-email watermark “E-mail:”] </p>
<p class=”field”>[text* your-phone watermark “Phone:”] </p>
<p class=”field”>[textarea* your-message watermark “Message:”]</p>
<table width=”270″ border=”0″ cellspacing=”5″ cellpadding=”5″>
<tr>
<th scope=”row”><div align=”left”>Type of photoshoot?</div></th>
<td><div align=”right”>[select your-type “headshot” “portrait” “senior” “corporate” “fashion” “other”]</div></td>
</tr>
<tr>
<th scope=”row”><div align=”left”>found through</div></th>
<td><div align=”right”>[select your-referrer “google” “bing” “yahoo” “facebook” “other”]</div></td>
</tr>
<tr>
<th scope=”row”><div align=”left”>add this to field below: </div></th>
<td><div align=”right”>[captchac captcha-882]</div></td>
</tr>
</table>
[captchar captcha-882]
<p class=”submit-wrap”><input type=”reset” value=”clear” />[submit “send”]</p>the active page can be seen on https://www.alex-munoz.com/about/contacts/ (you will notice how the email field is looking different from all other input fields, although it used to look identical).
- The topic ‘Look has changed since last update’ is closed to new replies.