<form class="quote-form negotiable-quote" id="negotiable-quote-form">
<button class="button button--secondary button--fluid" type="button" aria-label="Request a Quote">
Request a Quote
</button>
<div class="message ">
Quote disallow message
</div>
</form>
<form class="quote-form {{ class }}" {{{ attributes }}}>
{{ render '@button' button merge="true" }}
{{ render '@message' message merge="true" }}
</form>
{
"class": "negotiable-quote",
"attributes": "id=\"negotiable-quote-form\"",
"button": {
"class": "button--secondary button--fluid",
"attributes": "type=\"button\" aria-label=\"Request a Quote\"",
"text": "Request a Quote"
},
"message": {
"text": "Quote disallow message"
}
}
There are no notes for this item.