Skip to content

Commit

Permalink
Merge pull request #190 from AdobeDocs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
adityaganotra authored Nov 15, 2023
2 parents 4694961 + 20fd73b commit e3e91a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/sales.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@
e: {
/*put all callbacks here*/
afterYiiLoadedCallback: function () {
// Hide and set true as default value for 'Contact me to schedule a product demonstration' checkbox field
$('#Form54_35').prop('checked', true).closest('.FaaS-35').addClass('hide');

$(".faas-header").css("display", "flex");
$('label[for="Form54_26"]').html('Use case <span class="required">*</span>').addClass('required');
$("#Form54_26").addClass("required");
Expand Down
3 changes: 3 additions & 0 deletions static/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,9 @@ body > header {
.gdpr_questions .FaaS-27 label{
margin-left: 4px;
margin-top: 2px !important;
}
.hide {
display: none !important;
}
/* for mobile */
@media (max-width:799.99px) {
Expand Down

0 comments on commit e3e91a6

Please sign in to comment.