so replace all this `<form role=”search” method=”get” class=”et-search-form” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<?php
printf( ‘<input type=”search” class=”et-search-field” placeholder=”%1$s” value=”%2$s” name=”s” title=”%3$s” />’,
esc_attr__( ‘Search …’, ‘Divi’ ),
get_search_query(),
esc_attr__( ‘Search for:’, ‘Divi’ )
);
?>
</form>`
with
<?php echo do_shortcode( '[aws_search_form]' ); ?>
-
This reply was modified 6 years, 8 months ago by Kennedy7827.
-
This reply was modified 6 years, 8 months ago by Kennedy7827.