addinall
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Dynamic DropdownActually found a great plugin. Quform. Highly reccomended.
Forum: Plugins
In reply to: [Contact Form 7] Dynamic DropdownStill working on it. My customer has some VERY complicated requirements, so I am writing two new plugins to handle the forms. Will post it when I have finished!
Forum: Plugins
In reply to: [Contact Form 7] Dynamic DropdownI want to do the same thing. I figure an easy way of doing it is by using javascript to manipulate the DOM
<!– Tricky area, make the form element appear and dissapear
as if by magic using div containers and Javascript – MA 2013 –>[radio play_list_q id:play_list_q “Make a Play List” “Don’t bother”]
<div wants_play_list> [select* MusicStyle id:music_style "All Music" "Classic Rock" "Rock" "Techno" "R&B" "C&W"] </div>So it would be nice to add the functionality to only show the content in the <div wants_play_list> IF the value of play_list_q == “Make a Play List”
It would be really nice to have a VALUE tag here as well:
[radio play_list_q id:play_list_q "Make a Play List" val1 = do "Don't bother" val2 = dont]I am looking at the code tonight. If I find a quick and easy anser I’ll post it. Any Contact Form Gurus with any ideas, please feel free to suggest sumptin! π
Cheers
Mark Addinall.Forum: Plugins
In reply to: [Contact Form 7] Empty error messagesresolved.
Forum: Plugins
In reply to: [Contact Form 7] Empty error messagesNever mind. I am using a dark theme so the error messages in the contact form were printing #FFFFFF text on a #FFFFFF background!!!
Cheers,
Mark.Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working on Internet ExplorerI see in contact-form-7.js there are a lot of calls into the jQuery library. Since we both make pretty extensive use of slide graphics I wonder if this is where the conflict lies. I hope not. This form thing was pretty handy even though it has cost me a day…
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working on Internet ExplorerWhy is this in the checkbox field?????
onclick=”wpcf7ToggleSubmit(this.form);”
I think that might be a not documented feature where I made the mistake. That is an ‘accept this or bugger off prompt’. I get it. RESOLVED!!!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working on Internet ExplorerAnother weird one. On both Firefox and Internet Explorer.
Testing the large form.http://www.addinall.net/robyn/?page_id=252
If you disable the Subscribe checkbox, last item, the submit button gets taken out of service….. Here is the code it produces
<p>Subscribe to Newsletter<br /> <input type="checkbox" name="subscribe" value="1" id="subscribe" class="wpcf7-acceptance" onclick="wpcf7ToggleSubmit(this.form);" checked="checked" /></p> <p><input type="submit" value="Send" /> <img class="ajax-loader" style="visibility: hidden;" alt="ajax loader" src="http://www.addinall.net/robyn/wp-content/plugins/contact-form-7/images/ajax-loader.gif" /></p> <div class="wpcf7-response-output wpcf7-display-none"></div></form></div>Any ideas anyone. I have only been using this pkug-in for a day! I’ll go and read all the known bugs now!…..
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Contact 7 Not working on Internet ExplorerI just created two new forms (using the very latest version, downloaded an hour ago). On Firefox and on Windows explorer 7, the large form embedded on a page works. The smaller form:
<p>Name: [text* name 25/100]</p> <p>Email: [email* email 25/100]</p> <p>[submit "Send"]</p>Is embedded in a side bar widget.
The Firefox one works. The Explorer just spins. Never returns.I have one other plug in enabled. Featured Gallery.
Anyone…….????
Forum: Installing WordPress
In reply to: Moving ServerThanks MichealH.
I got everything to work except one arbitory text widget that refused to display for some reason. I found it in the database, copied the HTML out of the record, then I re-added the widget to the right-bar and it worked??? I will compare the working one with the none working one. I have a feeling I may have lost or added a charecter on the transfers.
I changed all the perma links to localhost. This will work when I send it back up to a live server. Same as Chameleon, JOOMLA! or Drupal. Not sure why arbitary literals where used in the database.
But, all fixed now. Pretty smooth sailing compared to Drupal! π
(That’s why I wrote Chameleon ;-))Now, to play with the CSS!….
Forum: Installing WordPress
In reply to: Moving ServerFixed the password using SQL. Ta.