SAEF Support

Using Maps in a Stand-alone-entry-form is as simple as using any other field in a SAEF form.

Using safecracker all you need to do is specify the field output in your form with the standard Safecracker syntax. For example :

{exp:safecracker}
	<label>Maps</label>		
	{field:my-map-field}

	<input type="submit" name="submit" value="Submit" class="btn btn-primary"/>
{/exp:safecracker}

That's all there is to it. All the required javascript will automatically be included. You've got a fully functional front-end Maps fieldtype. No Sweat!