Additional Comments
- Service provider is Godaddy
The objective is to recreate this:
/* Override title style */
.gform_title {
background: red;
text-align: center;
font-size: 3em;
font-weight: 900;
}
/* Center submit button */
.gform_footer.top_label {
justify-content: center;
}
/* Override submit button style */
#gform_submit_button_17 {
background: white;
border: red;
color: red;
border-radius: 25px;
}
<script type="text/javascript">
jQuery(document).on('gform_post_render', function (event, form_id, current_page) {
// code to trigger on form or form page render
if (current_page == 2) {
// Get the value from page 1
var x = document.getElementById("input_7_14").value;
// form_id == 7
// field id == 14
// this is the field on page 1
// field id == 14
document.getElementById("bs_insert_word").innerHTML = x;
document.getElementById("input_7_9").value = x;
}
})
</script>
The word '<span id="bs_insert_word"></span>' from page one has been inserted in this paragraph.
With an emphasis on typography, white space, and mobile-optimized design, your website will look absolutely breathtaking.
Our team will teach you the art of writing audience-focused content that will help you achieve the success you truly deserve.
We help creative entrepreneurs build their digital business by focusing on three key elements of a successful online platform.