Stick Posted June 7, 2004 Posted June 7, 2004 The functionality that IWP provides for my database is 99% ok. However I need to use custom web publishing for the other 1% that is emailing. Can I, and if so how can I, simply add some pages to FM's web solution - or do you have to re-create the whole thing? Thanks Emma
Jeff Spall Posted June 7, 2004 Posted June 7, 2004 Hi, if you want to customise the built-in web publishing or add functions like inline actions and includes, then you need to go to custom web publishing. With Instant Web Publishing, you get what it offers and can't modify the built-in solutions. Up until now, the advice had always been to use CDML, which is perhaps the easiest dynamic web page tool to learn as it's basically a set of tags, but FmPro 7 no longer supports it, so I guess the options are: - Use CDML in v6, a relatively easy step up from IWP - Use php for the database calls (if you did that you could make the case for using mySQL instead of FmPro anyway!) - look at maybe XML with the new v7 server regards, jeff
jfmcel Posted June 7, 2004 Posted June 7, 2004 If it is client side email you need, why not send email using the Open URL script step. Otherwise you can process the email on the server side.
Stick Posted June 8, 2004 Author Posted June 8, 2004 jfmcel - thanks a lot! I think you have just saved me from learning yet another scripting language
Recommended Posts
This topic is 7465 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now