[Plugin: Contact Form 7] CF7: Multiple Text Fields in a Row
-
Hello – I’ve been working on adding 2 text fields per line – so that instead of everything being aligned left, I could have FIRST NAME: & LAST NAME: in one row.
I’ve put the tags into a table and I was wondering if someone can check this method for accuracy. I’m a hack coder and though this does work and look good, I’m wondering if there is a more elegant way to do this?
'<table border="0" width="575" cellspacing="0">
'<tr>
'<td width="50%"> <p>Your Name (required)
'[text* your-name] </p> </td>
'<td width="50%"> <p>Your Email (required)
'[email* your-email] </p> </td>
'</tr>
'<tr>
'<td colspan="2" width="100%">
'<p>Subject
'[text your-subject 88/] </p>'<p>Your Message
'[textarea your-message 67/ ] </p>'<p>[submit "Send"]</p>
'</td>
'</table>
- The topic ‘[Plugin: Contact Form 7] CF7: Multiple Text Fields in a Row’ is closed to new replies.