Using it with Formidable Pro
-
Site: Directory
Plugins: Formidable Pro
Issue: SyntaxMy users post with formidable pro.
Once they posted I collect the long/lat fields and they are then pulled from the entries as: [frm-field-value field_id=x user_id=current] with x being the field id which is 116.Here is an example of my code I am trying to display in a HTML Block on the site:
[google-map-v3 shortcodeid=”b7fec70f2e” width=”450″ height=”450″ zoom=”12″ maptype=”roadmap” mapalign=”center” directionhint=”false” language=”default” poweredby=”false” maptypecontrol=”true” pancontrol=”true” zoomcontrol=”true” scalecontrol=”true” streetviewcontrol=”true” scrollwheelcontrol=”false” draggable=”true” tiltfourtyfive=”false” enablegeolocationmarker=”false” enablemarkerclustering=”false” addmarkermashup=”false” addmarkermashupbubble=”false”
addmarkerlist=”[frm-field-value field_id=116 user_id=current],[frm-field-value field_id=115 user_id=current]
{}1-default.png” bubbleautopan=”true” distanceunits=”miles” showbike=”false” showtraffic=”false” showpanoramio=”false”]
Now, the problem I have is that the shortcode syntax bracket ] breaks the code. Making the whole thing think it should close prematurely at the first closing ] (bracket). So I need to know if there is any way to wrap this : [frm-field-value field_id=116 user_id=current],[frm-field-value field_id=115 user_id=current] without breaking the code?
Your help is really appreciated.
Regards,
H
https://www.ads-software.com/plugins/comprehensive-google-map-plugin/
- The topic ‘Using it with Formidable Pro’ is closed to new replies.