Wordpress integrate plugin with cimy user extra field plugin - wordpress

I am currently using cimy user extra field plugin for multi step registration. How can I integrate date picker plugin, facebook like plugin with the plugin that I am currently using.
I have added multiple fields in my registration form. Is it possible to break the form page in multi step pages and a progressbar to show the user that the registration is going from step 1 to step 2 and so on. Download link of cimy user extra field plugin is http://wordpress.org/extend/plugins/cimy-user-extra-fields/
Thanks in advance.

To potentially answer your date field question, I would recommend attaching a date picker via jQuery UI, which I think you can so fairly easily via a little JS on the register page. Sounds like you may have to do a little coding there anyway. If you need assistance on getting all that set up, try Google and then come back with anything you can't find or figure out.

Related

Wordpress - Proper way to manage custom users

I have a site in Wordpress.
The functionality I need is such that, I can create 'users' of the site. These users have no purpose editing the Wordpress site in any way, and don't need to know we're even using the wordpress platform.
These users need to be able to edit their contact info and upload/view/swap out their own resume, using a page that I will build for them (not the wp-admin dashboard in any way). This resume will be PDFs and WordDocs.
At first I thought I'd just use the built in Wordpress Users and Roles that Wordpress offers. However, I'm not sure how I would attach resumes to that user, and let that user edit their own resume. I know I can use the 'user_contactmethods' hook to attach basic fields. However, I'd be trying to attach a link to a file that Wordpress hosts, and would need to be able to replace that file on a whim, in php. Also, my goal is to prevent them from ever using the Wordpress dashboard or editing tools.
Next, I thought I could create a custom post type for a 'SiteUser'. That would make it easy to manage a PDF/WordDoc attached to that post type. Also, that user wouldn't have any way to access the Wordpress stuff. Before I do that though, I wanted to ask on here if this really is the right way to do this.
This solution feels hacky.
Can I get some proposed solutions to this problem that could be perceived as 'the proper way'?
Thanks
Here is a rough idea of what you are looking to do.
Step 1
Create the user role for these new users
Step 2
Set the permission for them and disable backend access and redirect all access of those roles to a custom page /account/
Step 3
Use Advance custom fields plugin to create some custom fields on the user meta. (text, file, image)
Step 4
Apply some login logic/form and Link to a /account/edit-info/ custom page with the acf frontend form. https://www.advancedcustomfields.com/resources/create-a-front-end-form/
Step 5
Use these info to display somewhere on the /account/ page
Optional
Using gravity forms instead to manage user data entry gives better control but requires more coding, and a better user experience.
Front-end Admin Steps
Repeat Step 1-2
Loop site user and list them and their custom field files Have a button that opens a Gravity form with the user ID text field pre-populated and hidden, and have a file uploader element.
Add backend hooks after validation directly replace the user meta
containing the file path or ID (however you choice to store it in
Advance custom fields)

how to create a custom contact form on wordpress?

I would like to create a contact form
How is it better make it with plugin or manual?
I have designed the form on a page. I
Now I would like to validate but I would like to use a plugin as jquery-validator. is it possible?
But when I'll look at the browser. I see it out of box from my web.
Some example. I am a little confused. Thank you
use this plug in easy to get this https://wordpress.org/plugins/contact-form-7/
I would highly recommend either Contact Form 7 or Gravity Forms plugins to customize your contact form on your WordPress site, depending on your budget and use, but both of them are really good.
When it comes to how quickly you can create a standard contact form to your website, Contact Form 7 can be the much better, because the plugin is free to use, as for Gravity Forms, it requires you to purchase the plugin, download the archive file, upload it to your website, and then create a form. Only after this step is complete can you publish it. You can find more detailed info here about it and a step by step guide on how to add them and maximize your use of them. Hope it helps! ;)

how to create form in dashboard which should be reflected at front end?

I am working on word press project. My task is to create a module where user can create a feedback form in admin panel. And this feedback form is going to be reflected in front end, so that all user can fill it.
Please tell me what is the exact way to achieve this.
I Don't want code, just a guidance regarding plugins or wordpress api which can be helpful for me in this task.
Thanks
Have a look at Contact Form 7.
In the admin Panel you can create Forms that can be inserted in your Pages with shortcode.

Wordpress form builder for user submiting post

I need to create form for users for submiting posts and I need add custom fields to form. I already have bought http://wpdemo.web-dorado.com/ plugin, but now I see that this plugin can't show in frontend users submitted posts.. Maybe you can say what plugin or which file I need to edit?
If you are looking for a plugin specific for posts creation via front end, then you can use https://wordpress.org/plugins/wp-user-frontend/ plugin. Its PRO version is also available with more features.
There are many other form builder plugins available for posts creation from front end. Gravity Forms plugin is a good example for it.
Halo , you can use User Submiter Post , you can get it here : https://wordpress.org/plugins/user-submitted-posts/
I have used it for long time and never get problem, here is the sample i have made :
http://jogjarentalmobil.info/submit
With this plugin you also can modify the form , text tools etc. cool plugin. Hope its can help you

Wordpress Plugin requirement

I have a requirement form my client.
He needs a registration form which should be integrated to his site where the user will come and register for that particular event.
Can any one help me what plugin can i use to do this ?? i used http://wordpress.org/extend/plugins/event-registration/ plugin but it dint work,
i need something like this
http://startupsaturday.headstart.in/event.php?eid=213, you can see from this link the people can come and register, and there name will be displayed left hand side. similar way i need to ingrate to my site someone please help me.
Thanks in advance
Harsha.
All you need to do is set up a form which posts to the database and then have a table populated from the table.
If you're unsure of how to do this & want to use plugins then I would suggest using the popular contact form type plugins like Fast Secure Contact Form or Contact Form 7.
Take a look at those to figure out which you prefer & then couple it with this plugin to save the form data to the database. That plugin then has short codes that you can put in to display the data.

Resources