ride2719
Forum Replies Created
-
Forum: Plugins
In reply to: [Jazzy Forms] Firefox issue with the lookHmm.. I just updated FF from 25.0.1 to 26.0 and it is still rendering the form one-field-per-line. I don’t have time to work on this right now… I’ll have to get back to it later. Just an observation: elektrar’s form is still rendering incorrectly with one field per line.
Forum: Plugins
In reply to: [Jazzy Forms] Firefox issue with the lookI’m having the same problem. Actually, I think it was working in FF but something changed (don’t know what) and caused the one-field-per-line problem. I didn’t notice a new FF version downloading, which would be my first guess. My page has a bunch of html mixed in, so it’s probably not the best example.
Forum: Plugins
In reply to: [Jazzy Forms] page resubmit on form updateOK, I give up… To make everything work right, I had to move the form into the main content block and put the iframe in the form. I would prefer the form to be off in the sidebar, but it’s a compromise I’m willing to make.
The Plugin is very nice, and I commend jazzigor for his good work.
To make it work the way I would prefer, I would need support for putting forms in widgets, and the ability to put place markers outside of the form in the main content block. I totally understand why these are items for your list, if they every make it there.
Thanks much for your help.
Rick.Forum: Plugins
In reply to: [Jazzy Forms] page resubmit on form updateOK that didn’t work either. Sorry for the mistakes.
Here they are with spaces between the characters:
& a m p ;
& # 3 8 ;Forum: Plugins
In reply to: [Jazzy Forms] page resubmit on form updateOops. The code values didn’t come through.
In backticks the two ampersand codes are:
&
and&
Forum: Plugins
In reply to: [Jazzy Forms] page resubmit on form updateThanks very much jazzigor for your response. I need to clarify, to make sure I understand.
You said:
Within the form you can add a text or HTML element. There you can use placeholders that are instantly updated with values from the form.
I have the form in a sidebar, but need the placeholder in the page content in the middle. I don’t need a page post or page reload if I can do it otherwise — in fact, that would be preferable. From your description, I don’t think my case will work.
I am trying to pass the form values to another page via an iframe element. I’ve already figured out how to do the iframe with hard-coded parameter values, but I need now to make them based on user input. Here’s a simplified example:
<iframe src=”https://www.domain.com?parm1={{formvalue1}}&parm2={{formvalue2}}”></iframe>
I’m also trying to get around WP’s annoying habit of translating special characters to the html coding equivalent, i.e. the ampersand (&) being changed to & or to &
The approach I’ve tried up to this point is to use javascript to insert the field value into the iframe, but I’m getting an error that the (form field) is undefined — timing error?
I really like this plugin, and hope I can use it.
Rick.