SID-00644: topic save action AND topic rename action with 1 button?
| Status: |
Answered |
TWiki version: |
4.0.5 |
Perl version: |
5.8.8 |
| Category: |
CategoryForms |
Server OS: |
Red Hat Enterprise Linux Server release 5.2 (Tikanga)2.6.18 |
Last update: |
16 years ago |
Is it possible to submit these two actions with only one button:
<form name="defstat" action="%SCRIPTURLPATH%/save%SCRIPTSUFFIX%/%INCLUDINGWEB%/%TOPIC%" action_quietsave=1>
<input type="hidden" name="Status" value="angenommen" />
<input type="hidden" name="topicparent" value="Auftraege" />
<input type="submit" value="Annahme">
</form>
<form name="movetopic" action=%SCRIPTURLPATH%/rename%SCRIPTSUFFIX%/%INCLUDINGWEB%/%BASETOPIC% method="post">
<input type="hidden" name="newweb" value="FLV">
<input type="hidden" name="newtopic" value="%">
<input type="hidden" name="nonwikiword" value=1>
<input type="submit" value="Abschicken">
</form>
--
MartinSpohn - 2009-11-30
Discussion and Answer
Hi Martin,
Check the link below. It might help you.
CreateTopicAndAttachInOneStep
Best regards,
Raghu
--
RaghuKiran - 2009-11-30
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2010-01-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.