TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

April 18, 2024, 06:33:26 AM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,164
  • Total Topics: 21,219
  • Online today: 190
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 94
  • Total: 94

feedback form?

Started by sdm_36, January 05, 2006, 11:41:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sdm_36

hello

been banging my head against the wall
trying to create a feedback form
for what seems like hours

has anyone got any source code or know how i can
integrate one into TP?
all help appreciated,

many thanks

gerrymo

I use a standard php form and include it in an article using an iFrame. Works well. Should also work on a block the same way.

IchBin

Here's a place that has a little wizard that will make you a basic feedback form.
http://www.thesitewizard.com/wizards/feedbackform.shtml

sdm_36

thanksyou for your help

i will have a go at this today...

are the iframe tags literally just <iFrame> </iFrame>
around the php?

gerrymo

Use:

<iframe src="http://yourdomain/path/file" height="400" width="100%" scrolling="no" frameborder="0"></iframe>


Set the variables to suit your prefered look. Height needs to be in pixels. Width can be % or pixels.

Nokonium

That is a useful snippet, I've squirrelled thatÃ,  ;) thanks.