Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Form information in links


Guest

Recommended Posts

Posted

Hi

Can anyone tell me how to fill in manufacturers name in a form from a link?

My product_info link is like this

 

<a href="' . tep_href_link(FILENAME_BROCHURE_REQUEST) . '">' . BOX_INFORMATION_BROCHURE_REQUEST . '</a>

 

And I want it to include the manufacturers name in this form on a different page

<tr>

<td class="main"><?php echo ENTRY_MANUFACTURER; ?></td>

<td class="main"><?php echo tep_draw_pull_down_menu('manufacturers_id', $manufacturers_array, (isset($HTTP_GET_VARS['manufacturers_id']) ? $HTTP_GET_VARS['manufacturers_id'] : ''), 'size="1"') . ' ' . (tep_not_null(ENTRY_GENDER_TEXT) ? '<span class="inputRequirement">' . ENTRY_GENDER_TEXT . '</span>': ''); ?></td>

</tr>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...