Questions tagged [modification-form]

6 questions
4
votes
2 answers

SharePoint modification forms in state machine workflows

I've been perplexed lately working on a SharePoint state machine workflow. I was hoping to add some modification forms to the workflow so that I could reassign a task while in its state. Unfortunately, modification forms don't seem to be…
cjenkins
1
vote
2 answers

Multiple ModificationForms in Sharepoint Workflow

i am working on a Sharepoint Server 2007 Statemachine Workflow. Until now i have a few states and an custom Association/InitiationForm which i created with InfoPath 2007. At the moment i have a Problem with Modification forms. The modification link…
0
votes
1 answer

How to add "Add to cart" in custom module

Created a simple module to display Promoted product in drop-down menu. Now I would like to have a button "Add to cart/basket" to add this product immediately. Where is this method or how to do it ?
Rob D. A.
  • 142
  • 1
  • 11
0
votes
1 answer

Opencart extra field customer number with validation

I'm trying to add a new field (programmatically) in the (admin->customer->tab general) customer section of customers called customer number. Everything works as expected but I don't want to get double numbers in the database since the user can enter…
Danny
  • 83
  • 1
  • 10
0
votes
1 answer

Anyone know how to utilize Wordpress Plugin(Event Manager)? I need convert default event manager listview into another viewing type

Event manager provided services to the user to list out the event that been created in the back-end,and display it anywhere as long as the shorcode is keyed. For now problem here is, i would like to modify the way it display, for now it display list…
dayrlism
  • 17
  • 1
  • 9
0
votes
1 answer

Google Script on a Spreadsheet - create a link to modify the answer via form

I have a form, linked to a spreadsheet. On this spreadsheet I have a script working on the answers of the form. The script have to generate a mail to the user who answered the form, and sometimes ask him to modify his answer. I want to generate a…