{"id":35505,"date":"2019-09-18T18:48:11","date_gmt":"2019-09-18T18:48:11","guid":{"rendered":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/?p=35505"},"modified":"2025-02-19T10:20:10","modified_gmt":"2025-02-19T10:20:10","slug":"make-choices-as-clickable-buttons","status":"publish","type":"post","link":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/","title":{"rendered":"Make choices as clickable buttons for your forms"},"content":{"rendered":"\n<p>In this article, you will learn how to make choices as clickable buttons using our <a href=\"\/full-css-form-customization.html\">CSS form generator<\/a>. We developed a CSS code that will change the design of your <b>Single<\/b> and <b>Multiple choice<\/b> fields. <\/p>\n\n\n\n<p>Use the below&nbsp;CSS code to&nbsp;give your form&nbsp;a&nbsp;modern&nbsp;layout. Copy-paste the code in <b>Design<\/b> \u2192 <b>Add custom CSS<\/b>.<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"359\" height=\"861\" src=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png\" alt=\"Design Add CSS\" class=\"wp-image-48783\" style=\"width:283px;height:auto\" srcset=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png 359w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1-125x300.png 125w\" sizes=\"auto, (max-width: 359px) 100vw, 359px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>If you want to change the choice alignment (horizontal or vertical), make sure to go to each field in the <b>Layout<\/b> section. Here you can choose to display your choices in multiple columns (from 1 to 4).<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Columns.png\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"641\" src=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Columns.png\" alt=\"Number of column\" class=\"wp-image-49693\" style=\"width:230px;height:auto\" srcset=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Columns.png 278w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Columns-130x300.png 130w\" sizes=\"auto, (max-width: 278px) 100vw, 278px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">body #form div[data-role=\"choice\"] &gt; label &gt; input[type=\"radio\"], body #form div[data-role=\"choice\"]\n{\n   padding: 0.5em;\n   margin: 0;\n}\n\nbody #form div[data-role=\"choice\"]  &gt; label &gt; input[type=\"radio\"]{\n   position: absolute !important;\n   opacity: 0 !important;\n   left: -100% !important;\n}\nbody #form div[data-role=\"choice\"]:first-child {\n \n}\nbody #form div[data-role=\"choice\"],body #form div[data-role=control]:not([data-force-mobile-rendering]) [data-role=input-row] {\n    overflow: unset !important;\n}\nbody #form div[data-role=\"choice\"]  &gt; label &gt; label {\n   display: none !important;\n}\nbody #form div[data-role=\"choice\"]  &gt; label  {\n   overflow: unset !important;\n   padding: 0 !important;\n}\nbody #form div[data-role=\"choice\"]  &gt; label  &gt; span {\n   <b>width: 150px;\n   height: 40px;<\/b>\ndisplay: flex !important;\n   justify-content: center;\n   align-items: center;\n   border: 1px solid #cccccc;\n}\nbody #form div[data-role=\"choice\"]  &gt; label &gt; input:checked + label +  span  {\n   <b>background-color: #2F86CA;\ncolor:#ffffff;<\/b>\n\n}\nbody #form div[data-role=\"choice\"] &gt; label &gt; input:checked + label + span:after {\n   display: block;\n   width: calc(100% + 4px);\n   height: calc(100% + 4px);\n   left: -7px;\n   top: -7px;\n   background-color: transparent;\n   position: absolute;\n}<\/pre>\n\n\n\n<div style=\"height:69px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>We made bold the parts where you can add your own&nbsp;preferences.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>width: <b>150<\/b>px &#8211; increase the number of pixels to make the buttons wider.<\/li>\n\n\n\n<li>height: <b>40<\/b>px &#8211; change the row height to any size.<\/li>\n\n\n\n<li>background-color:<b> #2F86CA<\/b>&nbsp;&#8211; add the hex code of your desired color (currently it is a shade of blue when someone clicks on a choice).<\/li>\n\n\n\n<li>color: <b>#ffffff<\/b> &#8211; this will change the font&#8217;s color when the choice is selected (currently white).<\/li>\n<\/ul>\n\n\n\n<p>When modifying the code make sure not to delete any semicolons or&nbsp;curly brackets. If something is not working properly you can always&nbsp;copy&nbsp;the code again.<\/p>\n\n\n\n<p>This is a general code that works for all forms and applies to <b>all&nbsp;choice fields<\/b>. We created this code to&nbsp;showcase our platform&#8217;s flexibility.<\/p>\n\n\n\n<div class=\"warningBox\"><span style=\"font-size: 16px\"><p><b>Important Note <\/b><\/p>Keep in mind that it is not our responsibility to fix the code once you have changed it.<br><br>We do not recommend using the custom CSS code with choices that have uploaded images or a button-like layout as the design of the form will be off.<\/span><\/div>\n\n\n\n<div style=\"height:38px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>That being said, here is how the CSS will change the design of your form:<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2021\/11\/ClickableChoices-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"701\" height=\"496\" src=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2021\/11\/ClickableChoices-1.png\" alt=\"Clickable choices\" class=\"wp-image-41518\" style=\"width:670px;height:474px\" srcset=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2021\/11\/ClickableChoices-1.png 701w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2021\/11\/ClickableChoices-1-300x212.png 300w\" sizes=\"auto, (max-width: 701px) 100vw, 701px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<div style=\"padding: 1.8rem;border-radius: 8px;background-color: #96b3fb36\">\n  <div style=\"margin-top: 1rem\">\n  <span style=\"color: #575d74\"><b>Note:<\/b> You can also style your choices as clickable buttons using the <b>Button Type Layout<\/b> from the field settings and turning off the <b>Show selector<\/b> toggle.<\/span>\n  <\/div>\n<\/div>\n\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1318\" height=\"771\" src=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button.png\" alt=\"Button type layout\" class=\"wp-image-49696\" srcset=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button.png 1318w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button-300x175.png 300w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button-1024x599.png 1024w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/Button-768x449.png 768w\" sizes=\"auto, (max-width: 1318px) 100vw, 1318px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<p>When the selector is removed, the choices will inherit the properties from the <b>Design \u2192 Fields \u2192 Field hover &amp; Field focus<\/b> sections.<\/p>\n\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/FieldProperties.png\"><img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"791\" src=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/FieldProperties.png\" alt=\"Design field properties\" class=\"wp-image-49697\" style=\"width:241px;height:auto\" srcset=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/FieldProperties.png 360w, https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2019\/09\/FieldProperties-137x300.png 137w\" sizes=\"auto, (max-width: 360px) 100vw, 360px\" \/><\/a><\/figure>\n<\/div>\n\n\n<p><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" \/>\n\n\n\n<p><b>Related articles<\/b><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/button-like-choices\/\">Button-like choices<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/how-to-use-images-as-options-in-a-checkbox-field\/\">Images as options in a multiple choice field<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In this article, you will learn how to make choices as clickable buttons using our CSS form generator. We developed a CSS code that will change the design of your Single and Multiple choice fields. Use the below&nbsp;CSS code to&nbsp;give your form&nbsp;a&nbsp;modern&nbsp;layout. Copy-paste the code in Design \u2192 Add custom CSS. If you want to [&hellip;]<\/p>\n","protected":false},"author":49,"featured_media":-1,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[125],"tags":[553,406,551,552,412,326],"class_list":["post-35505","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css-tricks","tag-choice-alignment","tag-choices","tag-clickable-buttons","tag-css","tag-multiple-choice","tag-single-choice"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Make choices as clickable buttons | 123FormBuilder Docs<\/title>\n<meta name=\"description\" content=\"Follow our documentation on how to make your form choices as clickable buttons. We provide CSS examples that can be applied to the form in a few clicks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make choices as clickable buttons for your forms\" \/>\n<meta property=\"og:description\" content=\"Follow our documentation on how to make your form choices as clickable buttons. We provide CSS examples that can be applied to the form in a few clicks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/\" \/>\n<meta property=\"og:site_name\" content=\"123FormBuilder Knowledge Base\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-18T18:48:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-19T10:20:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"359\" \/>\n\t<meta property=\"og:image:height\" content=\"861\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Julia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Julia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Make choices as clickable buttons | 123FormBuilder Docs","description":"Follow our documentation on how to make your form choices as clickable buttons. We provide CSS examples that can be applied to the form in a few clicks.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/","og_locale":"en_US","og_type":"article","og_title":"Make choices as clickable buttons for your forms","og_description":"Follow our documentation on how to make your form choices as clickable buttons. We provide CSS examples that can be applied to the form in a few clicks.","og_url":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/","og_site_name":"123FormBuilder Knowledge Base","article_published_time":"2019-09-18T18:48:11+00:00","article_modified_time":"2025-02-19T10:20:10+00:00","og_image":[{"width":359,"height":861,"url":"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png","type":"image\/png"}],"author":"Julia","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Julia","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#article","isPartOf":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/"},"author":{"name":"Julia","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/#\/schema\/person\/cc469207f9fad9e280a743a5dc96a843"},"headline":"Make choices as clickable buttons for your forms","datePublished":"2019-09-18T18:48:11+00:00","dateModified":"2025-02-19T10:20:10+00:00","mainEntityOfPage":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/"},"wordCount":362,"commentCount":1,"image":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png","keywords":["choice alignment","choices","clickable buttons","css","multiple choice","single choice"],"articleSection":["CSS Tricks"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/","url":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/","name":"Make choices as clickable buttons | 123FormBuilder Docs","isPartOf":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#primaryimage"},"image":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png","datePublished":"2019-09-18T18:48:11+00:00","dateModified":"2025-02-19T10:20:10+00:00","author":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/#\/schema\/person\/cc469207f9fad9e280a743a5dc96a843"},"description":"Follow our documentation on how to make your form choices as clickable buttons. We provide CSS examples that can be applied to the form in a few clicks.","breadcrumb":{"@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#primaryimage","url":"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png","contentUrl":"https:\/\/cdn.marketing123.123formbuilder.com\/wp-content\/uploads\/sites\/3\/2024\/05\/Design-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/make-choices-as-clickable-buttons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/"},{"@type":"ListItem","position":2,"name":"Make choices as clickable buttons for your forms"}]},{"@type":"WebSite","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/#website","url":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/","name":"123FormBuilder Knowledge Base","description":"Search our documentation platform for answers, service specifications and 3rd-party integrations.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/#\/schema\/person\/cc469207f9fad9e280a743a5dc96a843","name":"Julia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1b07bbd30c86170f8eb191468f69aaeab7b6cfddcd35ceaf4099ab76a5dccb06?s=96&d=https%3A%2F%2Fui-avatars.com%2Fapi%2FJulia%2F96%2Ff3f3f3%2Faaa%2F1%2F0.5%2Ffalse%2Ftrue&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1b07bbd30c86170f8eb191468f69aaeab7b6cfddcd35ceaf4099ab76a5dccb06?s=96&d=https%3A%2F%2Fui-avatars.com%2Fapi%2FJulia%2F96%2Ff3f3f3%2Faaa%2F1%2F0.5%2Ffalse%2Ftrue&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1b07bbd30c86170f8eb191468f69aaeab7b6cfddcd35ceaf4099ab76a5dccb06?s=96&d=https%3A%2F%2Fui-avatars.com%2Fapi%2FJulia%2F96%2Ff3f3f3%2Faaa%2F1%2F0.5%2Ffalse%2Ftrue&r=g","caption":"Julia"},"url":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/author\/julia-unguras123formbuilder-com\/"}]}},"_links":{"self":[{"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/posts\/35505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/comments?post=35505"}],"version-history":[{"count":23,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/posts\/35505\/revisions"}],"predecessor-version":[{"id":49700,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/posts\/35505\/revisions\/49700"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/media?parent=35505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/categories?post=35505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/123formbuilder.polarbuildingcleaning.net\/docs\/wp-json\/wp\/v2\/tags?post=35505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}