admin管理员组文章数量:1025316
i need a form or table plugin that can be customized to do this:
For example: I am a parcel shipping company. I need some form that can be filled out with shipping info. Later, customer logs on the site to retrive information about the parcel with associated id number.
Simple
i need a form or table plugin that can be customized to do this:
For example: I am a parcel shipping company. I need some form that can be filled out with shipping info. Later, customer logs on the site to retrive information about the parcel with associated id number.
Simple
Share Improve this question asked Feb 25, 2012 at 13:44 GeomataniGeomatani 1 1- Nothing, i looked at the table reloader and formadable...will look more today – Geomatani Commented Feb 25, 2012 at 15:23
1 Answer
Reset to default 0How I would do it:
- Create a public accessible form in a page. Look at the code of front end submission plugins to get an idea.
- Create a custom post type
shipping
. - Create a custom user role
customer
with very limited capabilities (read_shipping
,edit_user_profile
). - After form submission create a new
shipping
entry, register the user in your role if she hasn’t already and send an email to the person who handles shippings. - Check all customer data, add the shipping information to the
shipping
and send an email to the customer with a link to the page holding shipping information.
There are some tricky details:
- Spam bots will hit your forms.
- Customers shouldn’t have to enter all their personal data each time new. Offer a login form, ajaxify it.
- Probably some more, you’ll see it when you start writing code. :)
I wouldn’t say simple.
i need a form or table plugin that can be customized to do this:
For example: I am a parcel shipping company. I need some form that can be filled out with shipping info. Later, customer logs on the site to retrive information about the parcel with associated id number.
Simple
i need a form or table plugin that can be customized to do this:
For example: I am a parcel shipping company. I need some form that can be filled out with shipping info. Later, customer logs on the site to retrive information about the parcel with associated id number.
Simple
Share Improve this question asked Feb 25, 2012 at 13:44 GeomataniGeomatani 1 1- Nothing, i looked at the table reloader and formadable...will look more today – Geomatani Commented Feb 25, 2012 at 15:23
1 Answer
Reset to default 0How I would do it:
- Create a public accessible form in a page. Look at the code of front end submission plugins to get an idea.
- Create a custom post type
shipping
. - Create a custom user role
customer
with very limited capabilities (read_shipping
,edit_user_profile
). - After form submission create a new
shipping
entry, register the user in your role if she hasn’t already and send an email to the person who handles shippings. - Check all customer data, add the shipping information to the
shipping
and send an email to the customer with a link to the page holding shipping information.
There are some tricky details:
- Spam bots will hit your forms.
- Customers shouldn’t have to enter all their personal data each time new. Offer a login form, ajaxify it.
- Probably some more, you’ll see it when you start writing code. :)
I wouldn’t say simple.
本文标签: customizationCustom table or form
版权声明:本文标题:customization - Custom table or form 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745619551a2159491.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论