Hi jacmgr

Try this: [command savedata page={=page} author]
I missed a "target = ..." in your code to call the system to put the data 
on the new page you just created.
Obviously "target" is replaced with "page=..."
This works for me.

Greetings, Martin

Am Samstag, 1. Juni 2013 14:59:03 UTC+2 schrieb jacmgr:
>
> In v3.5 I had custom create page functions that added some data fields and 
> they worked well.  Not working in v4.01.  Here is the code usein 4.01.  I 
> can't get it to add the data fields to the page. i.e. title and author data 
> fileds are not saved to the page; but the page is created and the content 
> is included; just no data fields.
>  
> ! Create Page
> Use this form to create a new page.
> [if equal {?submit} PREVIEW][(preview content)]
> [if]
> [form]
> Name of page you want to create: [text page '{?page}' size=25]
> [box content cols=60 rows=12 gui=true][(preview content 
> output=escape)][box]
> [submit value='PREVIEW'][submit value='SAVE']
> [command warn 'Preview Mode.' if='equal {=submit} PREVIEW']
> [command create {=content} page={=page}]
> Title: [text title '{title}' size=25]
> Author: [text author '{member}' size=25]
> [command savedata title,author]
> [command nextpage {=page}]
> [form]
>

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to