Example #1
0
        setTimeout(() => {
          this.props.setNavigatorPosition("is-featured");
          this.props.setNavigatorShape("open");

          // uncomment following lines if you want to count featuring Navigator as a visit
          // to index page ('/'), you have to also uncomment import { navigateTo }...

          navigateTo(withPrefix("/"));
        });
 .then(() => {
   console.log("Form submission success");
   navigateTo("/success");
 })
Example #3
0
 setTimeout(() => {
   this.props.setNavigatorPosition("is-featured");
   navigateTo(withPrefix("/"));
 }, 0);