Join us October 21-22, 2019 for a special elevated edition of Inspire. During the free event, you’ll see how today’s leading brands and retailers are leveraging ratings and reviews, questions and answers and other types of user-generated content (UGC) to compel shoppers to buy with the word-of-mouth content they trust most.
What’s different about the Inspire Plus in Chicago?
- Kickoff networking with a reception at Beatnik on the River on October 21st at 6:30pm CT
- Special guest presenters
- Multiple session tracks, so you can pick the sessions tailored to your level of expertise in using UGC
Here’s some of what you’ll come away with:
- The 5 most impactful ways to elevate your program
- Using customer feedback to gather actionable insights
- Real-world examples, case studies and client-led sessions from leading companies
- A look at the latest Bazaarvoice innovations and what’s coming up on the roadmap
- More opportunity to network with your peers and share successes and challenges with like-minded individuals
View agenda
//
.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
width: 1em;
height: 1em;
opacity: 0;
}
.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
position: absolute;
cursor: pointer;
}
.mktoForm input[type=checkbox]:first-child,
.mktoForm input[type=radio]:first-child {
position: relative;
}
.mktoForm .mktoCheckList,
.mktoForm .mktoRadioList {
margin-top: 6px;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
margin-left: 1.6em;
margin-bottom: 0 !important;
display: block;
color: #363636;
font-family: ‘gibsonlight’, Helvetica, Arial, sans-serif !important;
font-size: 1.4rem;
cursor: pointer;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
font-family: “Font Awesome 5 Free”;
font-size: 1.4rem;
content: “\f0c8”;
position: absolute;
width: 1em;
height: 1em;
line-height: 1em;
background: #fff;
margin-left: -1.4em;
margin-top: 3px;
}
.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
content: “\f14a”;
}
/* Adjustments for checkbox list labels */
.mktoForm .mktoFieldWrap label.label-adjust-position {
position: relative !important;
}
.mktoForm .mktoCheckList input[type=checkbox]:first-child,
.mktoForm .mktoRadioList input[type=radio]:first-child {
position: absolute !important;
}
/* Kill label animations */
.mktoFieldWrap.no-animation.selected .mktoLabel,
.mktoFieldWrap.no-animation.isDirty .mktoLabel {
transform: none;
top: 5px;
}
/* Kill invalid border-bottom */
.mktoFieldWrap .mktoRadioList.mktoInvalid,
.mktoFieldWrap .mktoCheckList.mktoInvalid {
border-bottom: none !important;
}
.mktoFieldWrap select.mktoInvalid,
select.mktoField:focus.mktoInvalid {
border-bottom: 1px solid #979797 !important;
}
/* Force width */
.mktoForm label,
.mktoForm textarea,
.mktoForm select {
width: 100% !important;
}
/* Desktop */
@media screen and (min-width: 1024px) {
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
font-size: 1.8rem;
margin-left: 1.4em;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
margin-top: 6px;
}
}
/* Fullhd */
@media screen and (min-width: 1408px) {
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
font-size: 2.2rem;
}
.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
font-size: 1.6rem;
margin-top: 9px;
}
}