Jump to content

Need help to change some code


pamelajacob

Recommended Posts

I recently put together a form for a client - I am not a programmer (designer) but it worked really until we tried to put the name of a city. It wouldn't take abbreviations that the post office uses

 

I need to do one of two things - allow it to take abbreviations or take off the requirement that the field has to be filled out.

 

HELP

 

Here is the code.

 

<li class='field_block' id='field_3_div'><div class='col_label'>
<label class='form_field'>Street Address</label> <label class='form_required' >*</label> </div>
<div class='col_field'>
<input type="text" name="field_3"  id="field_3" value="<?php  phpfmg_hsc("field_3", ""); ?>" class='text_box'>
<div id='field_3_tip' class='instruction'></div>
</div>
</li>
 
This is probably a simple thing but not for me :-(
Link to comment
https://forums.phpfreaks.com/topic/292492-need-help-to-change-some-code/
Share on other sites

This is probably a simple thing but not for me :-(

 

 

 

it wont be for easy for anyone without seeing the all the code

 

it worked really until we tried to put the name of a city. It wouldn't take abbreviations that the post office uses

 

is field_3 value supposed to be the abbreviation?

What is getting passed for the value now?

probably need to see the phpfmg_hsc() function and the form processing part of your code.

 

When you post it, put the code in the code tags ( <> symbol in the editor toolbar)

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.