Open KaloyanDDimitrov opened 1 year ago
Hi there, did u solve it'? we are trying to pass the same information "checkincheckout" field from the first step jetsmartfilter to the jetform . thanks
Hi there, did u solve it'? we are trying to pass the same information "checkincheckout" field from the first step jetsmartfilter to the jetform . thanks
Yes we did. Using Js and saving selected id in session then importing it in the form. Is not the most elegant solution but it works. Now we have a problem with limiting the minimum days in the date filter.
Hello, We are trying to create a Rent a car website. One of the problems we have is we cant get the data from the smart selector field and send it to the form. The idea is when the client enters the site there is a filter form to filter the cars by pick up location return location and check in/out date. When the client selects a car in the single car page there is a form for addons, location , rent date and input fields for name , email , phone and message. We want to auto populate the input select fields for location and date with the help of the smart filters, so we dont have to make the client select the location again. The second problem is we cant make an addon like insurance auto selected(checked) by default.