I have created a channel shops I can add and edit a map from ee CP now I am trying to do the same with safecracker her is my code and I have attached an image with the display I get
I suspect something I have done wrong with {exp:jquery:script_tag}
here is my code
{exp:safecracker channel="shops" return="{path=epiplo_main/}” entry_id=”{segment_3}”}
<link href=”{path=css/_ee_saef_css}” type=“text/css” rel=“stylesheet” media=“screen” />
{exp:jquery:script_tag}
<label for=“title”>Î?νομα Î?αÏ?αÏ?Ï?ήμαÏ?οÏ?</label>
<input type=“text” name=“title” id=“title” value=”{title}” size=“50” maxlength=“100”></br><label for=“url_title”>URL Title</label>
<input type=“text” name=“url_title” id=“url_title” value=”{url_title}” maxlength=“75” size=“50” /></br>
<label for=“gallery”>Gallery</label></br>
{field:map}</br>
<label for=“width”>ΠεÏιοÏ?ή</label>
<select name=“style” id=“style”>
{options:region}
<option value=”{option_value}”{selected}>{option_name}</option>
{/options:region}
</select></br>
<input type=“submit” name=“submit” value=“Submit” />
{/exp:safecracker}