INPUT FIELD WRAPPER
-There are some places you are not able to use WP’s native shortcodes. One example is when you use HTML in WYSWYG editor. If you directly copy paste the HTML below in your WP editor, you will see that the shortcode breaks.
<<input type="hidden""hidden" name="utm_campaign""utm_campaign" id="utm_campaign""utm_campaign" value=""HandL UTM Grabber Readme"Readme" />>
-In order to prevent this, we recommend using the following shortcode wrappers.
[utm_campaign_i]<<input type="hidden""hidden" name="utm_campaign""utm_campaign" value=""%s"s" />>[/utm_campaign_i]
[utm_source_i]<<input type="hidden""hidden" name="utm_source""utm_source" value=""%s"s" />>[/utm_source_i]
[[utm_term_i]<<input type="hidden""hidden" name="utm_term""utm_term" value=""%s"s" />>[/utm_term_i]]
[utm_medium_i]<<input type="hidden""hidden" name="utm_medium""utm_medium" value=""%s"s" />>[/utm_medium_i]
[utm_content_i]<<input type="hidden""hidden" name="utm_content""utm_content" value=""%s"s" />>[/utm_content_i]
[[gclid_i]<<input type="hidden""hidden" name="gclid""gclid" value=""%s"s" />>[/gclid_i]]
[handl_original_ref_i]<<input type="hidden""hidden" name="handl_original_ref""handl_original_ref" value=""%s"s" />>[/handl_original_ref_i]
[handl_landing_page_i]<<input type="hidden""hidden" name="handl_landing_page""handl_landing_page" value=""%s"s" />>[/handl_landing_page_i]
[handl_ip_i]<<input type="hidden""hidden" name="handl_ip""handl_ip" value=""%s"s" />>[/handl_ip_i]
[[handl_ref_i]<<input type="hidden""hidden" name="handl_ref""handl_ref" value=""%s"s" />>[/handl_ref_i]]
[handl_url_i]<<input type="hidden""hidden" name="handl_url""handl_url" value=""%s"s" />>[/handl_url_i]
-You can safely use the shortcode wrappers in your HTML content without worrying about breaking the code.