Jump to content

optIn1st ?


Guest maxxtraxx

Recommended Posts

Guest maxxtraxx

hi gang,

i'm editing my "Edit Customer" page, (admin/customers/index.php) and want to add a radio button control to toggle whether or not the customer should receive and email when sending out mass emails.

my question is: is the optIn1st field the proper one to toggle and does this code look ok to insert?

<tr>

<td width="175" class="tdText"><?php echo $lang['admin']['customers']['optIn1st']; ?></td>

<td width="175"><input name="optIn" type="radio" id="optIn" value="<?php echo $results[0]['optIn1st']; ?>" class="radio" /></td>

</tr>

i think i need another radio button in order to say something like:

Receive Emails? Yes No

thanks!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...