| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | 20 hours ago | |
| stats | profile views | 3 |
|
2d |
accepted | POST from jQuery to PHP |
|
2d |
comment |
POST from jQuery to PHP Nevermind, I got it. sanitize text field was breaking it, because ajax isnt submitting text fields. i'll sanitize those fields before the ajax call. Thank you so much. can you give me a link to your personal website so i can give you credit in the site i'm making? |
|
2d |
comment |
POST from jQuery to PHP It still isn't posting. can i send you my functions file, my header template, and my page template? I can put them up on pastebin |
|
2d |
comment |
POST from jQuery to PHP can i add a nonce by putting _ajax_nonce: '<?php echo wp_create_nonce( 'my_ajax_nonce' ); ?>' in the data array? |
|
2d |
awarded | Commentator |
|
2d |
comment |
POST from jQuery to PHP ok, thank you. where do i put add_action( 'wp_ajax_some_action', 'your_process_function' ); |
|
2d |
comment |
POST from jQuery to PHP my form is in a page template, my jquery is in a header template, and my php is in a file called process.php. Can that work within those files, or do i have to make a plugin? |
|
2d |
asked | POST from jQuery to PHP |
|
May 15 |
comment |
jQuery Validate wp_editor The $ works in WordPress. The jQuery is all in between <script> tags, so it all works. The problem is that the validator just isn't checking the wp_editors, although the other fields that are regular inputs and regular textareas are getting checked for validation. |
|
May 15 |
asked | jQuery Validate wp_editor |
|
May 12 |
comment |
WordpressUser Submission Form Apparently, I had a blank line before the first section of code that I pasted into this post. that's why the redirect wasn't working. All of your other advice worked, thank you. Now I just need to figure out a way to prevent multiple clicks. Maybe something that disables the submit button the first time it's clicked. |
|
May 11 |
revised |
WordpressUser Submission Form added 70 characters in body |
|
May 11 |
revised |
WordpressUser Submission Form added 189 characters in body |
|
May 11 |
awarded | Editor |
|
May 11 |
revised |
WordpressUser Submission Form added 685 characters in body |
|
May 11 |
asked | WordpressUser Submission Form |
|
May 11 |
accepted | Make editor required for post from frontend |
|
May 11 |
asked | Make editor required for post from frontend |
|
Apr 24 |
comment |
User driven content problems The only issue with gravity forms is that I can't get it to keep the add media button when I use the Gravity Forms + WYSIWYG plugin, and I can't get GF to allow multiple file uploads. If either of those two can be accomplished then GF is the way to go. I like it, I'm just being a little picky, but it is all for good reason. |
|
Apr 24 |
asked | User driven content problems |