dvdbacco
Forum Replies Created
-
Forum: Plugins
In reply to: [Jazzy Forms] Discovered Email Fix and Reset Button FixWait, wait, wait.
My email doesnt work too, i have done 2 forms:
1. insert email (ID: email)
2. button to send email (ID: mail)
(sending success, but not working)So if I understand what you said, just changing the ID’s I will get it work?!?
Forum: Plugins
In reply to: [Jazzy Forms] [Plugin: Jazzy Forms] Creating new forms from old onesInterested too in how to clone a form…
Thx
Forum: Plugins
In reply to: [Jazzy Forms] Simple Question… Help needed…Well, I’m not so html saavy like you so I just managed to make an escamotage.
The solution is simple, the plugin called jQuery Collapse-o-matic let you hide and open the form you want to build with Jazzy forms. (it is really simple to learn the base of jquery, just take a look at help in the page of the wordpress plugin)For your case:
Just write all the cars you need.
Fiat
Nissan
OpelNow do all the 3 forms with Jazzy, you can do more jazzy forms to attach with the “new”.
i.e.
[jazzy form=”Fiat”]
Composed by Drop Down Menu – Model
Fiat Punto Value 1000 €
Fiat 500 Value 500 €Radio Buttons – Optionals
ABS Value 20
Airbag Value 10etc. etc.
Hide the jazzy form, with the expand of the jquery.
When someone needs the Fiat, it will open the jazzy form correct.Hope it helps…
Bye
DavidForum: Plugins
In reply to: [Jazzy Forms] Simple Question… Help needed…Well i partially solved this problem escaping from Jazzy…
Let me explain how:
I installed in wp another plugin called jQuery Collapse-O-Matic.
Then i created a lot of jazzy forms for any of my products.After that in Html page i used this:
[expand title="Product A" trigpos="below" swaptitle="Close Product A" startwrap="<strong>" endwrap="</strong>"] [jazzy form="Product A"] [/expand] [expand title="Product B" trigpos="below" swaptitle="Close Product B" startwrap="<strong>" endwrap="</strong>"] [jazzy form="Product B"] [/expand]
and so on…
I managed the problem this way, but if you can find a better solution I can still rearrange…
Thx again
David