msbsally
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating custom post type while submitting formOkay esmi:)
Forum: Fixing WordPress
In reply to: Creating custom post type while submitting formHi Guys,
I am not getting enough information on creating custom post type while submitting form so moved to create “custom admin page” to view my form data from mysql db. I viewed the employee names in wp site. Now trying to view the page with detail when clicked the employee name.If I have finished it I’ll Post my answer .
Thanks Sallu.Forum: Fixing WordPress
In reply to: Creating custom post type while submitting formI have make use of it. it is not create any new custom post nor inserted the form values in the custom post which i created. Instead it added the form data’s in “wp_posts”.
This is the code which i used,
$title= $_POST['your_name']; $decription=$_POST['e_mail']; $my_post = array( 'post_title' => wp_strip_all_tags( $title ), 'post_content' => $decription, 'post_status' => 'publish', 'post type' => 'EmpResume' //'post_author' => 1, //'post_category' => array( 8,39 ) ); // Insert the post into the database wp_insert_post( $my_post );Any other idea?
Thanks Sallu.
Forum: Plugins
In reply to: [CF7 - Custom Error Messages] Custom error messages are not displayinghai,
I do not get it worked till now.
Any update will be appreciated.Thanks Sallu.
Forum: Fixing WordPress
In reply to: Creating custom post type while submitting form@bob Cristello
I am not using any plugins to create my form.
I created it by my own and did ajax validation too. I just need to insert the form details in a custom post rather than in the mysql table. While Clicking the post from the site(backend), I need to show the details which are inserted through form. Any help will be helpful to me.Thanks Sallu
Forum: Hacks
In reply to: how to get the filled form values of contact form 7@bcworkz
Really sorry for the late reply.If you dont mind can u explain me once am not able to get your point.
Thanks Sallu.
Forum: Hacks
In reply to: how to get the filled form values of contact form 7Sorry for late reply guys.
@bcworkzThanks to look into my question. My mail is not working so it is impossible to debug through that method. If i used echo or print_r the loading icon of submit button keep on rotating. It inserting values but as I told before just “NULL”.
I have used that plugin, I felt the table is confusing which is created by that plugin.
Any other help??
Thanks Sallu.
Hi,
I have created web page with custom fields normal_image and hover_image. I need to to view hover_image while hovering on a normal_image.
As am a newbie to WP any help regard this helpful to me.Thanks Sallu.
Forum: Plugins
In reply to: [Contact Form 7] configuration errorFor spaces in between text fields we use
.wpcf7-form input{ margin:0; }For check and radio buttons what to do i tried dint get the result.
Sallu
Forum: Plugins
In reply to: [Contact Form 7] configuration errorNO lesi
In my form getting large empty spaces inbetween 4 form elements.
Means 8 Elements there means upside 5 then large space then 3 elements.
Do u undrstnd what am try to say?Thanks Sallu
Forum: Plugins
In reply to: [Contact Form 7] configuration errorHi,
I tried classes inside div in contact form7. But when i inspect the textboxes i could see many span classes added in my form. I searched but till dint get solution how to remove it. If any help regard this will be helpful.Greetings Sallu.
Forum: Fixing WordPress
In reply to: Custom post problemThanks,
Sallu
Forum: Plugins
In reply to: [Contact Form 7] configuration errorHI,
Again sorry for late reply.Thanks for your response.
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?>I have used the above code and i get the form lesi.
Now my prob is how to resize particular text boxes and list items in the contact form7 . Any help?.Thanks Sallu.
Forum: Plugins
In reply to: [Contact Form 7] configuration error@lesimoon
Thanks to look into the question dude. Sorry for the late reply.
I have another issue, contact form is not displaying in my custom theme. Any help to rectify it. contact form working well with the other default theme.Thanks Sallu.
Forum: Fixing WordPress
In reply to: Custom post problemFirst of all thanks to look into my question. I am changing html template to wp site so i have a request that while hovering on a image which bring from custom field should be changed. how do i do this?
Thanks Sallu.