1
wdsl1
How can i use Captchas from Framework with XoopsThemeForm?
  • 2007/9/17 19:36

  • wdsl1

  • Just popping in

  • Posts: 39

  • Since: 2004/11/3


Hi,
i write a liddle script to manage guests of an party. And i need Captchas in my Form. I will use XoopsThemeForm but i only get an Object and i don't know how to use this in Smarty.

My Form are created like this now but captchas will not shown.

<form name="<{$form.name}>" action="<{$form.action}>" method="<{$form.method}>" <{$form.extra}>>
        <
table class="outer" cellspacing="1">
            <
tr>
                <
th colspan="2"><{$form.title}>th>
            tr>

            <{foreach 
item=element from=$form.elements}>
                <{if 
$element.hidden != true}>
                    <
tr>
                        <
td class="head"><{$element.caption}>td>
                        <
td class="<{cycle values="even,odd"}>"><{$element.body}>td>
                    tr>
                <{else}>
                    <{
$element.body}>
                <{/if}>
            <{/foreach}>

        table>
    form>
visit a-bout.de

Login

Who's Online

445 user(s) are online (352 user(s) are browsing Support Forums)


Members: 0


Guests: 445


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits