Forum Replies Created
- AuthorPosts
drewman1970
ParticipantThe dev link is active now. Please try again.
January 9, 2018 at 9:37 pm in reply to: Google Places Autocomplete not working in modal window #23776drewman1970
ParticipantAs it turns out it was a Z-index issue.
If we set .mfp-wrap to z-index:1043; and .mfp-bg: z-index:1044. it allows the .pac-container that is set at z-index:1045; to work as it should.
Just have to adjust the template header z-index accordingly.
Mark solved
- This reply was modified 7 years, 4 months ago by
drewman1970.
January 9, 2018 at 8:43 pm in reply to: Google Places Autocomplete not working in modal window #23775drewman1970
ParticipantI sent an email with the dev link.
January 9, 2018 at 3:59 pm in reply to: Google Places Autocomplete not working in modal window #23761drewman1970
ParticipantDoes anyone have a solution to this problem? I have not had a response from support, and I need to fix this issue (bug) asap.
- This reply was modified 7 years, 4 months ago by
drewman1970.
drewman1970
ParticipantThank you – just what I needed.
drewman1970
ParticipantOk, that is the only way I ended up getting it to work.
Thanks, you can close this one.
drewman1970
ParticipantNever mind, I found the “how to” – thanks.
- This reply was modified 10 years, 9 months ago by
drewman1970.
- This reply was modified 10 years, 9 months ago by
drewman1970.
April 29, 2014 at 6:05 pm in reply to: Passing Form values from form to form with multiple choice element #9765drewman1970
ParticipantOH, never mind – I know what it is.. I change the value name CAN and now the condition is changed
April 29, 2014 at 6:04 pm in reply to: Passing Form values from form to form with multiple choice element #9764drewman1970
ParticipantOk, thanks for that tip – but when the radio is selected from the passed value it does not trigger the hidden form the same as it would if you clicked on it.
How can we resolve this and make it work?
April 29, 2014 at 5:46 pm in reply to: Passing Form values from form to form with multiple choice element #9761drewman1970
ParticipantSorry, I missed your last question:
Yes the values are being passed in the url, but are not being selected in the inline radio button (one choice) element which in-turn activates the condition to load the appropriate hidden form based on the selection.
The values are being passed as you can see, but not activated in form 2.
Please mark private ( I did not see an option)
- This reply was modified 11 years ago by
drewman1970.
April 29, 2014 at 5:32 pm in reply to: Passing Form values from form to form with multiple choice element #9759drewman1970
ParticipantYes, the actual multiple choice radio button element ( one choice only)
- This reply was modified 11 years ago by
drewman1970.
April 28, 2014 at 4:43 pm in reply to: Passing Form values from form to form with multiple choice element #9742drewman1970
ParticipantI tried the above suggestion(s), but this still does not work. The value in the multiple choice is not passed to the second form.
Any other suggestions on how to pass multiple choice values?
April 26, 2014 at 6:04 am in reply to: Passing Form values from form to form with multiple choice element #9715drewman1970
ParticipantAnybody know how to do this?
February 18, 2014 at 7:04 pm in reply to: Passing url values between form gives 404 page not found #8784drewman1970
ParticipantYes, I ended up re-naming all the values ( adding baron_)
$data = array(
'baron_name' => $form->getValue('iphorm_1_1'),
'baron_email' => $form->getValue('iphorm_1_3'),
'baron_phone' => $form->getValue('iphorm_1_2'),
'baron_income' => $form->getValue('iphorm_1_4'),
);I did not have to use any other filter code – everything worked out great.
Thanks
You can close this issue…
- This reply was modified 7 years, 4 months ago by
- AuthorPosts