Hello,

This could just me not understanding how to use this module, I really don't know but here are the symptoms:

  • webform 7.x-3.18
  • webform_constant_contact 7.x-1.0+5-dev
  • Constant contact 7.x-3.6

If I create a new webform I don't see any new fields for constant contact to use.
If I look at the constant contact block I don't see anything new to use, but I didn't expect to from the documentation.

More information:
I also have "Arrange Fields 7.x-1.9" but can't see how that would be a problem and I have not enable any webform modules except the bare minimum so modules like "Webform Bonus Pack" are not enabled.

Comments

Reg’s picture

Category: bug » feature

Found it. I have a module called form_bulider which makes setting up webforms much quicker and easier however for a component to show up in it it needs an API implementation for form_builder.

The solution is to disable form_builder however that of course makes creating forms considerably slower and takes away the drag & drop fun and convenience.

Anyway, if you could implement a form_builder API some time that would be great. Most webform addon components do and an example is webform_phone. It looks like it takes far less code (as little as one function) and you can just add it to the bottom of the file you implement the webform API.

attheshow’s picture

I don't have a need for this myself, but I'll definitely check out a patch if you have one.

Reg’s picture

Fair enough.

Reg’s picture

Issue summary: View changes

added info.